diff options
Diffstat (limited to 'client_list.h')
-rw-r--r-- | client_list.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client_list.h b/client_list.h index ba888ae..00d741d 100644 --- a/client_list.h +++ b/client_list.h @@ -30,8 +30,12 @@ typedef enum client_type_enum client_type_t; struct client_struct { int fd; client_type_t type; - int status_listener; int request_listener; + int status_listener; + int gpi_listener; + int oc_listener; + int relay_listener; + int silence_listener; struct client_struct* next; read_buffer_t buffer; }; |