aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore.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/datastore/datastore.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/datastore/datastore.h')
-rw-r--r--src/datastore/datastore.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h
index 563b7486c..1126027f8 100644
--- a/src/datastore/datastore.h
+++ b/src/datastore/datastore.h
@@ -31,6 +31,8 @@
31 31
32#include "gnunet_util_lib.h" 32#include "gnunet_util_lib.h"
33 33
34GNUNET_NETWORK_STRUCT_BEGIN
35
34/** 36/**
35 * Message from datastore service informing client about 37 * Message from datastore service informing client about
36 * the current size of the datastore. 38 * the current size of the datastore.
@@ -254,7 +256,7 @@ struct DataMessage
254 GNUNET_HashCode key GNUNET_PACKED; 256 GNUNET_HashCode key GNUNET_PACKED;
255 257
256}; 258};
257 259GNUNET_NETWORK_STRUCT_END
258 260
259 261
260 262