aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.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/ats/ats.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/ats/ats.h')
-rw-r--r--src/ats/ats.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ats/ats.h b/src/ats/ats.h
index 5b9fa8696..30ca29580 100644
--- a/src/ats/ats.h
+++ b/src/ats/ats.h
@@ -39,6 +39,7 @@ enum StartFlag
39 START_FLAG_PERFORMANCE_NO_PIC = 2 39 START_FLAG_PERFORMANCE_NO_PIC = 2
40}; 40};
41 41
42GNUNET_NETWORK_STRUCT_BEGIN
42 43
43struct ClientStartMessage 44struct ClientStartMessage
44{ 45{
@@ -214,7 +215,6 @@ struct ReservationResultMessage
214 struct GNUNET_TIME_RelativeNBO res_delay; 215 struct GNUNET_TIME_RelativeNBO res_delay;
215}; 216};
216 217
217
218struct PreferenceInformation 218struct PreferenceInformation
219{ 219{
220 220
@@ -236,6 +236,7 @@ struct ChangePreferenceMessage
236 /* followed by 'num_preferences' 236 /* followed by 'num_preferences'
237 * struct PreferenceInformation values */ 237 * struct PreferenceInformation values */
238}; 238};
239GNUNET_NETWORK_STRUCT_END
239 240
240 241
241 242