aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-21 09:40:15 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-21 09:40:15 +0000
commitc4f0fe3ea5a5ca3ce1f7dfecef719da631e4c6ac (patch)
tree02e313a83c4416f07fadf650d33aff09dfe46130 /src/dht/dht.h
parent40e5092e9a5db88b4c9b62cb341596fbf6ce1cf8 (diff)
downloadgnunet-c4f0fe3ea5a5ca3ce1f7dfecef719da631e4c6ac.tar.gz
gnunet-c4f0fe3ea5a5ca3ce1f7dfecef719da631e4c6ac.zip
fixing 2012: network structure alignment now forced to be correct even on W32 using #pragma pack from gcc 4.x
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 2a6717788..c9fdd3479 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -34,6 +34,8 @@
34#define DHT_BLOOM_SIZE 128 34#define DHT_BLOOM_SIZE 128
35 35
36 36
37GNUNET_NETWORK_STRUCT_BEGIN
38
37/** 39/**
38 * Message which indicates the DHT should cancel outstanding 40 * Message which indicates the DHT should cancel outstanding
39 * requests and discard any state. 41 * requests and discard any state.
@@ -191,6 +193,6 @@ struct GNUNET_DHT_ClientPutMessage
191 /* DATA copied to end of this message */ 193 /* DATA copied to end of this message */
192 194
193}; 195};
194 196GNUNET_NETWORK_STRUCT_END
195 197
196#endif 198#endif