summaryrefslogtreecommitdiff
path: root/client.h
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-08-21 14:58:37 -0400
committerAndrew Cady <d@jerkface.net>2020-08-21 14:58:37 -0400
commit43f3a5658f8d187a46fa2ecb9074982acce35728 (patch)
tree99b948b2b409f079c0cccba23a3be4312d0f97b9 /client.h
parentf2153aebaacc67e59311738f74f5b6f3b76347cf (diff)
cleaning up the client state machine
Diffstat (limited to 'client.h')
-rw-r--r--client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.h b/client.h
index be68f25..028e112 100644
--- a/client.h
+++ b/client.h
@@ -1,7 +1,7 @@
1#include "main.h" 1#include "main.h"
2 2
3#define CLIENT_STATE_INITIAL 1 3#define CLIENT_STATE_INITIAL 1
4#define CLIENT_STATE_SENTREQUEST 2 4#define CLIENT_STATE_REQUEST_SENT 2
5#define CLIENT_STATE_REQUEST_ACCEPTED 3 5#define CLIENT_STATE_REQUEST_ACCEPTED 3
6#define CLIENT_STATE_PING_SENT 4 6#define CLIENT_STATE_PING_SENT 4
7#define CLIENT_STATE_CONNECTED 5 7#define CLIENT_STATE_CONNECTED 5