aboutsummaryrefslogtreecommitdiff
path: root/localchat.c
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2013-05-01 19:25:32 -0400
committerBen Burwell <bburwell1@gmail.com>2013-05-01 19:25:32 -0400
commitda465168cadb79dc29fa086651cdd4d7e4ab9cbf (patch)
treeb7c4265ddd69a3f90c46cc5f5cac4ce0508803e7 /localchat.c
parentebfcf94471a78dd48d6a5a63c0d40da3a67c2486 (diff)
Request timeout recognized by receiver
Diffstat (limited to 'localchat.c')
-rw-r--r--localchat.c2
1 files changed, 2 insertions, 0 deletions
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"