rewrote HandleInfoHandler.c (WHOHandler style)
[NeonServV5.git] / src / ClientSocket.h
index 527d17e2abb10fef8efd8400fc1ae251db006f45..f0334508c502779638cc478145b46ab6030a3af9 100644 (file)
@@ -48,6 +48,9 @@ struct ClientSocket {
     
     struct WHOQueueEntry *whoqueue_first;
     struct WHOQueueEntry *whoqueue_last;
+    
+    struct HandleInfoQueueEntry *handleinfo_first;
+    struct HandleInfoQueueEntry *handleinfo_last;
        
        int botid : 16;
     int clientid : 16;