summaryrefslogtreecommitdiffstats
path: root/src/handshake.h
diff options
context:
space:
mode:
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 ea4ec73..0faccba 100644
--- a/src/handshake.h
+++ b/src/handshake.h
@@ -71,6 +71,7 @@ typedef struct fastd_handshake_record {
struct fastd_handshake {
uint8_t type;
+ const char *peer_version;
fastd_handshake_record_t records[RECORD_MAX];
uint16_t tlv_len;
void *tlv_data;