summaryrefslogtreecommitdiff
path: root/client.h
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2018-11-17 12:23:57 +0100
committerGDR! <gdr@gdr.name>2018-11-17 12:23:57 +0100
commit121acd73ddba12659713f27abef7524b9a0c6a48 (patch)
tree46c775fff7bd6eed8aad8bc85e308358c52b60c4 /client.h
parent03d83602d3a328d89b806e23c35644ec3908dc1f (diff)
Move friend-connection-lost to a separate state
Diffstat (limited to 'client.h')
-rw-r--r--client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.h b/client.h
index db71d40..be68f25 100644
--- a/client.h
+++ b/client.h
@@ -13,6 +13,7 @@
13#define CLIENT_STATE_SHUTDOWN 11 13#define CLIENT_STATE_SHUTDOWN 11
14#define CLIENT_STATE_BIND_PORT 12 14#define CLIENT_STATE_BIND_PORT 12
15#define CLIENT_STATE_SETUP_PIPE 13 15#define CLIENT_STATE_SETUP_PIPE 13
16#define CLIENT_STATE_CONNECTION_LOST 14
16 17
17int handle_pong_frame(); 18int handle_pong_frame();
18int handle_acktunnel_frame(protocol_frame *rcvd_frame); 19int handle_acktunnel_frame(protocol_frame *rcvd_frame);