]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: connections: Remove the SUB_CALL_UNSUBSCRIBE flag.
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 15 Apr 2019 17:24:04 +0000 (19:24 +0200)
committerOlivier Houchard <cognet@ci0.org>
Mon, 15 Apr 2019 17:27:57 +0000 (19:27 +0200)
Garbage collect SUB_CALL_UNSUBSCIRBE, as it's now unused.

include/types/connection.h

index ab1f8bea815ae26f2521fd2daf8f7fd5d91c1e6a..9867d8162160bf36a3fd6256156fd276804ef512 100644 (file)
@@ -53,7 +53,6 @@ struct pipe;
 enum sub_event_type {
        SUB_RETRY_RECV       = 0x00000001,  /* Schedule the tasklet when we can attempt to recv again */
        SUB_RETRY_SEND       = 0x00000002,  /* Schedule the tasklet when we can attempt to send again */
-       SUB_CALL_UNSUBSCRIBE = 0x00000004,  /* The mux wants its unsubscribe() method to be called before destruction of the underlying object */
 };
 
 struct wait_event {