aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.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/fs/fs.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/fs/fs.h')
-rw-r--r--src/fs/fs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 90d32f4a7..cd39522bc 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -64,6 +64,8 @@ struct ContentHashKey
64}; 64};
65 65
66 66
67GNUNET_NETWORK_STRUCT_BEGIN
68
67/** 69/**
68 * Message sent from a GNUnet (fs) publishing activity to the 70 * Message sent from a GNUnet (fs) publishing activity to the
69 * gnunet-fs-service to initiate indexing of a file. The service is 71 * gnunet-fs-service to initiate indexing of a file. The service is
@@ -288,7 +290,7 @@ struct PutMessage
288 /* this is followed by the actual encrypted content */ 290 /* this is followed by the actual encrypted content */
289 291
290}; 292};
291 293GNUNET_NETWORK_STRUCT_END
292 294
293 295
294#endif 296#endif