summaryrefslogtreecommitdiff
path: root/client_list.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-03-24 16:54:01 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-03-24 16:54:01 (GMT)
commit537fcc5aaf66c9cba993af12f4f2a8b04c36dde1 (patch)
tree442bff424045dea0e9e9cc76a79ec0dddd3d72c6 /client_list.h
parent9112bdaafb2f5af0c9a426ede0278853f32c7dde (diff)
heartbeat vs health listeners
added new command health (not yet implemented)
Diffstat (limited to 'client_list.h')
-rw-r--r--client_list.h2
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;
};