projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d80f5c0
)
MINOR: connections: Don't mark conn flags 0x00000001 and 0x00000002 as unused.
author
Olivier Houchard
<cognet@ci0.org>
Tue, 31 Mar 2020 21:04:20 +0000
(23:04 +0200)
committer
Olivier Houchard
<cognet@ci0.org>
Tue, 31 Mar 2020 21:04:20 +0000
(23:04 +0200)
Remove the comments saying 0x00000001 and 0x00000002 are unused, they are
now used by CO_FL_SAFE_LIST and CO_FL_IDLE_LIST.
include/types/connection.h
patch
|
blob
|
history
diff --git
a/include/types/connection.h
b/include/types/connection.h
index
4f02895
..
98f7638
100644
(file)
--- a/
include/types/connection.h
+++ b/
include/types/connection.h
@@
-144,8
+144,6
@@
enum {
CO_FL_IDLE_LIST = 0x00000002, /* 2 = in idle_list, 3 = invalid */
CO_FL_LIST_MASK = 0x00000003, /* Is the connection in any server-managed list ? */
- /* unused : 0x00000001 */
- /* unused : 0x00000002 */
/* unused : 0x00000004, 0x00000008 */
/* unused : 0x00000010 */