projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6de296
)
Let "roundrobin" also reference rrmemory, for the 1.6 release (as described in
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Wed, 30 Jul 2008 19:17:38 +0000
(19:17 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Wed, 30 Jul 2008 19:17:38 +0000
(19:17 +0000)
UPGRADE-1.4.txt)
(Closes issue #13181)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134483
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_queue.c
patch
|
blob
|
history
diff --git
a/apps/app_queue.c
b/apps/app_queue.c
index
d0ac3ef
..
7bdb7d0
100644
(file)
--- a/
apps/app_queue.c
+++ b/
apps/app_queue.c
@@
-127,6
+127,7
@@
static const struct strategy {
{ QUEUE_STRATEGY_FEWESTCALLS, "fewestcalls" },
{ QUEUE_STRATEGY_RANDOM, "random" },
{ QUEUE_STRATEGY_RRMEMORY, "rrmemory" },
+ { QUEUE_STRATEGY_RRMEMORY, "roundrobin" },
{ QUEUE_STRATEGY_LINEAR, "linear" },
{ QUEUE_STRATEGY_WRANDOM, "wrandom"},
};