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