summaryrefslogtreecommitdiff
path: root/client_list.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-03-21 00:52:03 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-03-21 00:52:03 (GMT)
commit9112bdaafb2f5af0c9a426ede0278853f32c7dde (patch)
tree8251e9b866783f847e943798aac10a0d9e252b03 /client_list.h
parenta0fa5e580e1b51e89061dde649a4e5d81f74d0d9 (diff)
added listeners for heartbeat
Diffstat (limited to 'client_list.h')
-rw-r--r--client_list.h1
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;
};