diff options
Diffstat (limited to 'src/mmo/socket.hpp')
-rw-r--r-- | src/mmo/socket.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mmo/socket.hpp b/src/mmo/socket.hpp index 3b411e3..256c08b 100644 --- a/src/mmo/socket.hpp +++ b/src/mmo/socket.hpp @@ -61,6 +61,8 @@ struct Session /// Flag needed since structure must be freed in a server-dependent manner bool eof; + /// Currently used by clif_setwaitclose + Timer timed_close; /// Since this is a single-threaded application, it can't block /// These are the read/write queues |