X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9abe42ea3c72567b721e860eab1e5ae77662bb56..1a494f2f54ac08ce3bce21d2e2a29f63c0ce0b91:/projects/sgauthstress/proto.h?ds=sidebyside diff --git a/projects/sgauthstress/proto.h b/projects/sgauthstress/proto.h index ed17f876..543ae9e7 100644 --- a/projects/sgauthstress/proto.h +++ b/projects/sgauthstress/proto.h @@ -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);