projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
965d792
)
add note to legacy code about rename operation
author
Christian Grothoff
<christian@grothoff.org>
Wed, 18 Jan 2017 10:46:20 +0000
(11:46 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 18 Jan 2017 10:46:20 +0000
(11:46 +0100)
src/cadet/cadet_protocol.h
patch
|
blob
|
history
diff --git
a/src/cadet/cadet_protocol.h
b/src/cadet/cadet_protocol.h
index 2a0de2a8f88336e4588bf4b241b30acd8e69a4d1..6a6099e978d5f44a6aa998f4c7141b7c2042198f 100644
(file)
--- 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;
};