X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d21f2ae93e81aa5f8e1e596c7b4c04132199c6cc..cf342bafa3e74d9af6f22479436ca20ad654e220:/projects/sgauthstress/proto.h 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);