summaryrefslogtreecommitdiffstats
path: root/src/packet.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-03-24 20:55:27 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-03-24 20:55:27 +0100
commit4ffc28ecd6d914f9c1e5aaf5d5921ee4827bb289 (patch)
treeddd64c27220b75f45a6efdc162bbbe040a9ca001 /src/packet.h
parent78fe2cda0572433e40889bcd7d64dd22707bfdd0 (diff)
downloadfastd-4ffc28ecd6d914f9c1e5aaf5d5921ee4827bb289.tar
fastd-4ffc28ecd6d914f9c1e5aaf5d5921ee4827bb289.zip
Partial implementation of a config files parser
Diffstat (limited to 'src/packet.h')
-rw-r--r--src/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packet.h b/src/packet.h
index d442d18..b206663 100644
--- a/src/packet.h
+++ b/src/packet.h
@@ -42,7 +42,7 @@ typedef enum _fastd_handshake_record_type {
RECORD_REPLY_CODE = 0,
RECORD_ERROR_DETAIL,
RECORD_FLAGS,
- RECORD_PROTOCOL,
+ RECORD_MODE,
RECORD_METHOD_NAME,
RECORD_MAX,
} fastd_handshake_record_type;