src/server/daemon/session.h

changeset 46
636e05eb48f6
parent 44
3da1f7b6847f
child 211
2160585200ac
--- a/src/server/daemon/session.h	Wed Jan 02 16:03:50 2013 +0100
+++ b/src/server/daemon/session.h	Sat Jan 12 14:00:47 2013 +0100
@@ -32,6 +32,7 @@
 #include "../public/nsapi.h"
 #include "../util/thrpool.h"
 #include "config.h"
+#include "sessionhandler.h"
 
 #ifdef	__cplusplus
 extern "C" {
@@ -41,7 +42,8 @@
 
 struct NSAPISession {
     Session      sn; /* public session structure */
-    int          sys_fd; /* system file descriptor */
+    Connection   *connection;
+    netbuf       *netbuf;
     threadpool_t *currentpool;
     threadpool_t *defaultpool;
     

mercurial