changed Makefile; build all commands as an own file
[NeonServV5.git] / ClientSocket.h
index 494505b15451d9530f0d75184232e029c309123e..380e051951522ebaef2a5f602f23e9c67e52f493 100644 (file)
@@ -22,6 +22,9 @@ struct ClientSocket {
     int port;
     char *pass;
     struct UserNode *user;
+    unsigned long traffic_in;
+    unsigned long traffic_out;
+    time_t connection_time;
        
        int botid : 16;
     int clientid : 16;