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:
c6c55c8
)
add GNUNET_PACKED
author
Christian Grothoff
<christian@grothoff.org>
Wed, 5 Oct 2011 08:34:36 +0000
(08:34 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 5 Oct 2011 08:34:36 +0000
(08:34 +0000)
src/nse/gnunet-service-nse.c
patch
|
blob
|
history
diff --git
a/src/nse/gnunet-service-nse.c
b/src/nse/gnunet-service-nse.c
index d1d559b77479b7a09928e0a0a494122c73b83f6d..e70d6c29e82e3a0bc9992749f5a6fd3da71f2ce8 100644
(file)
--- a/
src/nse/gnunet-service-nse.c
+++ b/
src/nse/gnunet-service-nse.c
@@
-148,7
+148,7
@@
struct GNUNET_NSE_FloodMessage
/**
* Number of hops this message has taken so far.
*/
- uint32_t hop_count;
+ uint32_t hop_count
GNUNET_PACKED
;
/**
* Purpose.
@@
-166,7
+166,7
@@
struct GNUNET_NSE_FloodMessage
* of timestamp and the initiator's public
* key.
*/
- uint32_t matching_bits;
+ uint32_t matching_bits
GNUNET_PACKED
;
/**
* Public key of the originator.
@@
-176,7
+176,7
@@
struct GNUNET_NSE_FloodMessage
/**
* Proof of work, causing leading zeros when hashed with pkey.
*/
- uint64_t proof_of_work;
+ uint64_t proof_of_work
GNUNET_PACKED
;
/**
* Signature (over range specified in purpose).