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:
0c12ebf
)
add packed
author
Christian Grothoff
<christian@grothoff.org>
Wed, 5 Oct 2011 19:54:57 +0000
(19:54 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 5 Oct 2011 19:54:57 +0000
(19:54 +0000)
src/nse/nse.h
patch
|
blob
|
history
diff --git
a/src/nse/nse.h
b/src/nse/nse.h
index 536834573c9492c087932db04dd4e652f61e9b92..91b629657c0829dddfd2300feca5cc233853e3d7 100644
(file)
--- a/
src/nse/nse.h
+++ b/
src/nse/nse.h
@@
-52,7
+52,7
@@
struct GNUNET_NSE_ClientMessage
/**
* For alignment.
*/
- uint32_t reserved;
+ uint32_t reserved
GNUNET_PACKED
;
/**
* Timestamp at which the server received the message.
@@
-62,14
+62,14
@@
struct GNUNET_NSE_ClientMessage
/**
* The current estimated network size.
*/
- double size_estimate;
+ double size_estimate
GNUNET_PACKED
;
/**
* The standard deviation (rounded down
* to the nearest integer) of size
* estimations.
*/
- double std_deviation;
+ double std_deviation
GNUNET_PACKED
;
};