summaryrefslogtreecommitdiff
path: root/src/net/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/network.h')
-rw-r--r--src/net/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/network.h b/src/net/network.h
index 1038b954..50638683 100644
--- a/src/net/network.h
+++ b/src/net/network.h
@@ -28,6 +28,7 @@
#define NET_CONNECTED 0
#define NET_IDLE 1
#define NET_CONNECTING 2
+#define NET_DATA 3
class MessageIn;