diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-10 13:14:30 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-10 13:14:30 (GMT) |
commit | 7043a6dfce69dd09722d8200ef518218f92b0e78 (patch) | |
tree | 2abd8983ae547e1ef7a1843b363039d99960e3b5 /client_list.h | |
parent | 6218a84102038f95683cffbbde9fcf9fff8d2827 (diff) |
added new listener flags
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; }; |