diff options
Diffstat (limited to 'client_list.h')
-rw-r--r-- | client_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client_list.h b/client_list.h index cb69f39..0a71f65 100644 --- a/client_list.h +++ b/client_list.h @@ -38,6 +38,7 @@ struct client_struct { int oc_listener; int relay_listener; int silence_listener; + int heartbeat_listener; struct client_struct* next; read_buffer_t buffer; }; |