src/server/daemon/sessionhandler.h

changeset 557
e35829a3a6d8
parent 555
66b0accda0a8
equal deleted inserted replaced
556:b036ccad4b49 557:e35829a3a6d8
58 }; 58 };
59 59
60 typedef enum ConnectionAddrType ConnectionAddrType; 60 typedef enum ConnectionAddrType ConnectionAddrType;
61 61
62 struct _connection { 62 struct _connection {
63 uint64_t id;
63 int fd; 64 int fd;
64 ConnectionAddr address; 65 ConnectionAddr address;
65 ConnectionAddrType addr_type; 66 ConnectionAddrType addr_type;
66 HttpListener *listener; 67 HttpListener *listener;
67 SessionHandler *session_handler; 68 SessionHandler *session_handler;

mercurial