mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 14:17:30 -04:00
CLEANUP: backend: removing unused LB param
BE_LB_HASH_RND was introduced with 760e81d35 ("MINOR: backend: implement
random-based load balancing") but was never used since. Removing it
to regain an extra slot for future types.
This commit is contained in:
parent
2c4943c18b
commit
a327b80f1f
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@
|
|||
#define BE_LB_HASH_HDR 0x00003 /* hash HTTP header value */
|
||||
#define BE_LB_HASH_RDP 0x00004 /* hash RDP cookie value */
|
||||
#define BE_LB_HASH_SMP 0x00005 /* hash a sample expression */
|
||||
#define BE_LB_HASH_RND 0x00008 /* hash a random value */
|
||||
|
||||
/* BE_LB_RR_* is used with BE_LB_KIND_RR */
|
||||
#define BE_LB_RR_DYN 0x00000 /* dynamic round robin (default) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue