aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-05-12 22:21:16 +0000
committerBart Polot <bart@net.in.tum.de>2011-05-12 22:21:16 +0000
commitbb0f1a9c37476ebe08b2de7b6fb7f8b2ed0514b5 (patch)
tree091423fbd715fc8c8ed0bd8107ae6b9cde4bf8c9 /src/mesh/mesh.h
parent33b69c82ed1aed813b58aa076fbbed72a8e834b4 (diff)
downloadgnunet-bb0f1a9c37476ebe08b2de7b6fb7f8b2ed0514b5.tar.gz
gnunet-bb0f1a9c37476ebe08b2de7b6fb7f8b2ed0514b5.zip
WiP
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index dc90f781a..d317e8054 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -76,8 +76,8 @@ struct GNUNET_MESH_ClientConnect {
76 * sizeof(MESH_ApplicationType) * applications 76 * sizeof(MESH_ApplicationType) * applications
77 */ 77 */
78 struct GNUNET_MessageHeader header; 78 struct GNUNET_MessageHeader header;
79 uint16_t types; 79 uint16_t types GNUNET_PACKED;
80 uint16_t applications; 80 uint16_t applications GNUNET_PACKED;
81}; 81};
82 82
83 83