Loading src/feature/control/control_events.c +0 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,6 @@ const struct control_event_t control_event_table[] = { { EVENT_HS_DESC, "HS_DESC" }, { EVENT_HS_DESC_CONTENT, "HS_DESC_CONTENT" }, { EVENT_NETWORK_LIVENESS, "NETWORK_LIVENESS" }, { EVENT_CONTROLLER_WAIT, "CONTROLLER_WAIT" }, { 0, NULL }, }; Loading src/feature/control/control_events.h +1 −2 Original line number Diff line number Diff line Loading @@ -287,8 +287,7 @@ typedef uint64_t event_mask_t; #define EVENT_NETWORK_LIVENESS 0x0023 #define EVENT_PT_LOG 0x0024 #define EVENT_PT_STATUS 0x0025 #define EVENT_CONTROLLER_WAIT 0x0026 #define EVENT_MAX_ 0x0026 #define EVENT_MAX_ 0x0025 /* sizeof(control_connection_t.event_mask) in bits, currently a uint64_t */ #define EVENT_CAPACITY_ 0x0040 Loading Loading
src/feature/control/control_events.c +0 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,6 @@ const struct control_event_t control_event_table[] = { { EVENT_HS_DESC, "HS_DESC" }, { EVENT_HS_DESC_CONTENT, "HS_DESC_CONTENT" }, { EVENT_NETWORK_LIVENESS, "NETWORK_LIVENESS" }, { EVENT_CONTROLLER_WAIT, "CONTROLLER_WAIT" }, { 0, NULL }, }; Loading
src/feature/control/control_events.h +1 −2 Original line number Diff line number Diff line Loading @@ -287,8 +287,7 @@ typedef uint64_t event_mask_t; #define EVENT_NETWORK_LIVENESS 0x0023 #define EVENT_PT_LOG 0x0024 #define EVENT_PT_STATUS 0x0025 #define EVENT_CONTROLLER_WAIT 0x0026 #define EVENT_MAX_ 0x0026 #define EVENT_MAX_ 0x0025 /* sizeof(control_connection_t.event_mask) in bits, currently a uint64_t */ #define EVENT_CAPACITY_ 0x0040 Loading