]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: connections: Don't mark conn flags 0x00000001 and 0x00000002 as unused.
authorOlivier Houchard <cognet@ci0.org>
Tue, 31 Mar 2020 21:04:20 +0000 (23:04 +0200)
committerOlivier 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

index 4f02895f0910e052280da97e82a8632606002bc5..98f7638363051b7e960420a32f5cd5704cdf66da 100644 (file)
@@ -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 */