From 0cbe813cd72a955eeb39fb1aed44ac699eada2f3 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 27 Apr 2015 19:14:41 +0000 Subject: - add cid field to ax_kx --- src/cadet/cadet_protocol.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cadet/cadet_protocol.h') 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 * Type: GNUNET_MESSAGE_TYPE_CADET_AX_KX. */ struct GNUNET_MessageHeader header; + + /** + * ID of the connection. + */ + struct GNUNET_CADET_Hash cid; /** * Sender's ephemeral public ECC key (always for NIST P-521) encoded in a -- cgit v1.2.3