From bb0f1a9c37476ebe08b2de7b6fb7f8b2ed0514b5 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 12 May 2011 22:21:16 +0000 Subject: WiP --- src/mesh/mesh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesh/mesh.h') 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 { * sizeof(MESH_ApplicationType) * applications */ struct GNUNET_MessageHeader header; - uint16_t types; - uint16_t applications; + uint16_t types GNUNET_PACKED; + uint16_t applications GNUNET_PACKED; }; -- cgit v1.2.3