summaryrefslogtreecommitdiff
path: root/src/base/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/server.h')
-rw-r--r--src/base/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/server.h b/src/base/server.h
index 4a946ea..670258c 100644
--- a/src/base/server.h
+++ b/src/base/server.h
@@ -52,6 +52,8 @@ typedef struct client_struct
list_t *listSendMsg;
list_t *listRecvMsg;
+
+ list_t *listSeesShot;
} client_t;
#ifdef PUBLIC_SERVER