aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-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/gnunet-service-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/gnunet-service-fs.h')
-rw-r--r--src/fs/gnunet-service-fs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs.h b/src/fs/gnunet-service-fs.h
index 5a275c5ff..c669dcc7a 100644
--- a/src/fs/gnunet-service-fs.h
+++ b/src/fs/gnunet-service-fs.h
@@ -82,6 +82,8 @@
82#define GET_MESSAGE_BIT_TRANSMIT_TO 4 82#define GET_MESSAGE_BIT_TRANSMIT_TO 4
83 83
84 84
85GNUNET_NETWORK_STRUCT_BEGIN
86
85/** 87/**
86 * Message sent between peers asking for FS-content. 88 * Message sent between peers asking for FS-content.
87 */ 89 */
@@ -161,7 +163,7 @@ struct MigrationStopMessage
161 struct GNUNET_TIME_RelativeNBO duration; 163 struct GNUNET_TIME_RelativeNBO duration;
162 164
163}; 165};
164 166GNUNET_NETWORK_STRUCT_END
165 167
166/** 168/**
167 * A connected peer. 169 * A connected peer.