]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/proto.h
Timeouts checking added partially
[stg.git] / projects / sgauthstress / proto.h
index ed17f876d6544c8f40310a5066ef61d87c5dc4eb..543ae9e71b114c8ecb064c077364160eae9243f2 100644 (file)
@@ -60,6 +60,7 @@ class PROTO {
         static void * Runner(void * data);
 
         void Run();
+        void CheckTimeouts();
         bool RecvPacket();
         bool SendPacket(const void * buffer, size_t length, USER * user);
         bool HandlePacket(const char * buffer, size_t length, USER * user);