aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet_protocol.h')
-rw-r--r--src/cadet/cadet_protocol.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index d866e20d3..c084ecc05 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -120,6 +120,11 @@ struct GNUNET_CADET_AX_KX
120 * Type: GNUNET_MESSAGE_TYPE_CADET_AX_KX. 120 * Type: GNUNET_MESSAGE_TYPE_CADET_AX_KX.
121 */ 121 */
122 struct GNUNET_MessageHeader header; 122 struct GNUNET_MessageHeader header;
123
124 /**
125 * ID of the connection.
126 */
127 struct GNUNET_CADET_Hash cid;
123 128
124 /** 129 /**
125 * Sender's ephemeral public ECC key (always for NIST P-521) encoded in a 130 * Sender's ephemeral public ECC key (always for NIST P-521) encoded in a