aboutsummaryrefslogtreecommitdiff
path: root/websocksy.h
diff options
context:
space:
mode:
Diffstat (limited to 'websocksy.h')
-rw-r--r--websocksy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/websocksy.h b/websocksy.h
index 9d9faf1..6524977 100644
--- a/websocksy.h
+++ b/websocksy.h
@@ -121,6 +121,7 @@ typedef struct /*_web_socket*/ {
uint8_t read_buffer[WS_MAX_LINE];
size_t read_buffer_offset;
ws_state state;
+ time_t last_event;
/* HTTP request headers */
size_t headers;