From 9f1d39a86ddb227f91ad75f740d59adeb9b6ee31 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 18 Jan 2017 11:46:20 +0100 Subject: add note to legacy code about rename operation --- src/cadet/cadet_protocol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h index 2a0de2a8f..6a6099e97 100644 --- a/src/cadet/cadet_protocol.h +++ b/src/cadet/cadet_protocol.h @@ -402,6 +402,7 @@ struct GNUNET_CADET_ChannelDataMessage /** * Unique ID of the payload message */ + /* NEW: struct ChannelMessageIdentifier */ uint32_t mid GNUNET_PACKED; /** @@ -440,6 +441,7 @@ struct GNUNET_CADET_ChannelDataAckMessage /** * Last message ID received. */ + /* NEW: struct ChannelMessageIdentifier */ uint32_t mid GNUNET_PACKED; }; -- cgit v1.2.3