[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: add note to legacy code abo
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: add note to legacy code about rename operation |
Date: |
Wed, 18 Jan 2017 11:46:21 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 9f1d39a86 add note to legacy code about rename operation
9f1d39a86 is described below
commit 9f1d39a86ddb227f91ad75f740d59adeb9b6ee31
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Jan 18 11:46:20 2017 +0100
add note to legacy code about rename operation
---
src/cadet/cadet_protocol.h | 2 ++
1 file changed, 2 insertions(+)
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;
};
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: add note to legacy code about rename operation,
gnunet <=