aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.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/transport/transport.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/transport/transport.h')
-rw-r--r--src/transport/transport.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index d2792b92d..ff6818813 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -61,6 +61,8 @@
61 */ 61 */
62#define CONNECTED_LATENCY_EVALUATION_MAX_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 1) 62#define CONNECTED_LATENCY_EVALUATION_MAX_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 1)
63 63
64GNUNET_NETWORK_STRUCT_BEGIN
65
64/** 66/**
65 * Message from the transport service to the library 67 * Message from the transport service to the library
66 * asking to check if both processes agree about this 68 * asking to check if both processes agree about this
@@ -430,7 +432,7 @@ struct BlacklistMessage
430 struct GNUNET_PeerIdentity peer; 432 struct GNUNET_PeerIdentity peer;
431 433
432}; 434};
433 435GNUNET_NETWORK_STRUCT_END
434 436
435/* end of transport.h */ 437/* end of transport.h */
436#endif 438#endif