summaryrefslogtreecommitdiffstats
path: root/src/handshake.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-06-04 17:21:32 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-06-04 17:21:32 +0200
commitf2bb9fd6d433440f49dcea9d47f519d23388847f (patch)
tree26148eb5787b30bca41bafc6c1ded2ca96bb259b /src/handshake.h
parenta157804e7b19e94ca9d7f3ae9efd516bcc0ece85 (diff)
downloadfastd-f2bb9fd6d433440f49dcea9d47f519d23388847f.tar
fastd-f2bb9fd6d433440f49dcea9d47f519d23388847f.zip
Add version string to handshake
Diffstat (limited to 'src/handshake.h')
-rw-r--r--src/handshake.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handshake.h b/src/handshake.h
index 5e7ee1d..2e26194 100644
--- a/src/handshake.h
+++ b/src/handshake.h
@@ -44,6 +44,7 @@ typedef enum _fastd_handshake_record_type {
RECORD_PROTOCOL5,
RECORD_MTU,
RECORD_METHOD_NAME,
+ RECORD_VERSION_NAME,
RECORD_MAX,
} fastd_handshake_record_type;