From: Christian Grothoff Date: Wed, 18 Jan 2017 10:46:20 +0000 (+0100) Subject: add note to legacy code about rename operation X-Git-Tag: taler-0.2.1~415 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9f1d39a86ddb227f91ad75f740d59adeb9b6ee31;p=oweals%2Fgnunet.git add note to legacy code about rename operation --- 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; };