From da465168cadb79dc29fa086651cdd4d7e4ab9cbf Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Wed, 1 May 2013 19:25:32 -0400 Subject: Request timeout recognized by receiver --- localchat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'localchat.c') diff --git a/localchat.c b/localchat.c index be6b57a..d0c3a16 100644 --- a/localchat.c +++ b/localchat.c @@ -60,6 +60,8 @@ struct sockaddr_in accepted_addr; // indicates whether needs to respond to a request int respond_to_chat_request = 0; +time_t chat_requested_time; + // include functions #include "clean_table.h" #include "online.h" -- cgit v1.2.3