X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=door_daemon%2Fclient_list.h;h=d35c433bd7642199fa3569f5d0360bbfcda9f3d6;hb=273898a7a155895de69cde048b96f6ffb5f1fc47;hp=4dd3c21e11f7c7a0e7fc13498c0aecb1b2c3e340;hpb=45239ca054a5e5a18c159f5cd19806061104dc5b;p=svn42.git diff --git a/door_daemon/client_list.h b/door_daemon/client_list.h index 4dd3c21..d35c433 100644 --- a/door_daemon/client_list.h +++ b/door_daemon/client_list.h @@ -21,10 +21,15 @@ #ifndef _CLIENT_LIST_H_ #define _CLIENT_LIST_H_ +#include "datatypes.h" + struct client_struct { int fd; int status_listener; + int error_listener; + int request_listener; struct client_struct* next; + read_buffer_t buffer; }; typedef struct client_struct client_t;