add note to legacy code about rename operation
authorChristian Grothoff <christian@grothoff.org>
Wed, 18 Jan 2017 10:46:20 +0000 (11:46 +0100)
committerChristian Grothoff <christian@grothoff.org>
Wed, 18 Jan 2017 10:46:20 +0000 (11:46 +0100)
src/cadet/cadet_protocol.h

index 2a0de2a8f88336e4588bf4b241b30acd8e69a4d1..6a6099e978d5f44a6aa998f4c7141b7c2042198f 100644 (file)
@@ -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;
 };