diff options
Diffstat (limited to 'include/connection.h')
-rw-r--r-- | include/connection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/connection.h b/include/connection.h index 9a72e6d6b..c996e0abd 100644 --- a/include/connection.h +++ b/include/connection.h @@ -27,7 +27,7 @@ class packet : public classbase { public: long key; - short int id; + int id; short int type; char data[MAXBUF]; @@ -51,6 +51,7 @@ class connection : public classbase bool haspassed; int port; int registered; + short int state; time_t lastping; time_t signon; time_t idle_lastmsg; |