X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=door_daemon%2Fclient_list.h;h=8bb14f9d2459f6a8c52825db7253a263eff01252;hb=c0f02109c659f75d7fd326983fa7eaa03b74de5c;hp=4dd3c21e11f7c7a0e7fc13498c0aecb1b2c3e340;hpb=790dd268950e4466e605788bcb7c632bcfac7a0b;p=svn42.git diff --git a/door_daemon/client_list.h b/door_daemon/client_list.h index 4dd3c21..8bb14f9 100644 --- a/door_daemon/client_list.h +++ b/door_daemon/client_list.h @@ -21,10 +21,13 @@ #ifndef _CLIENT_LIST_H_ #define _CLIENT_LIST_H_ +#include "datatypes.h" + struct client_struct { int fd; int status_listener; struct client_struct* next; + read_buffer_t buffer; }; typedef struct client_struct client_t;