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:
40c65ed
)
-network message struct
author
Sree Harsha Totakura
<totakura@in.tum.de>
Wed, 6 Jun 2012 11:49:30 +0000
(11:49 +0000)
committer
Sree Harsha Totakura
<totakura@in.tum.de>
Wed, 6 Jun 2012 11:49:30 +0000
(11:49 +0000)
src/stream/stream_protocol.h
patch
|
blob
|
history
diff --git
a/src/stream/stream_protocol.h
b/src/stream/stream_protocol.h
index 0c5376f84ab21a0c97f5df1273b8774731b5cb0e..d1c43b778ea93a41986f8f6d0a78bdcaf8cc2296 100644
(file)
--- a/
src/stream/stream_protocol.h
+++ b/
src/stream/stream_protocol.h
@@
-154,14
+154,14
@@
struct GNUNET_STREAM_HelloAckMessage
* The selected sequence number. Following data tranmissions from the sender
* start with this sequence
*/
- uint32_t sequence_number;
+ uint32_t sequence_number
GNUNET_PACKED
;
/**
* The size(in bytes) of the receive window on the peer sending this message
*
* FIXME: Remove if not needed
*/
- uint32_t receiver_window_size;
+ uint32_t receiver_window_size
GNUNET_PACKED
;
};