summaryrefslogtreecommitdiffstats
path: root/src/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/packet.h')
-rw-r--r--src/packet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/packet.h b/src/packet.h
index 210955d..16c37ce 100644
--- a/src/packet.h
+++ b/src/packet.h
@@ -30,6 +30,9 @@
#include <stdint.h>
+#define PACKET_TYPE_LEN 1
+
+
typedef enum _fastd_packet_type {
PACKET_UNKNOWN = 0,
PACKET_HANDSHAKE,