aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-05-13 01:05:22 +0000
committerBart Polot <bart@net.in.tum.de>2011-05-13 01:05:22 +0000
commitd8c0c8836e4c00318f48ef71b0d1647851f51b9c (patch)
treea625503495ae2754d51b59b80e768845aaa226e0 /src/mesh/mesh.h
parentbb0f1a9c37476ebe08b2de7b6fb7f8b2ed0514b5 (diff)
downloadgnunet-d8c0c8836e4c00318f48ef71b0d1647851f51b9c.tar.gz
gnunet-d8c0c8836e4c00318f48ef71b0d1647851f51b9c.zip
Finished basic connect/disconnect test
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index d317e8054..88106ca9a 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -78,6 +78,8 @@ struct GNUNET_MESH_ClientConnect {
78 struct GNUNET_MessageHeader header; 78 struct GNUNET_MessageHeader header;
79 uint16_t types GNUNET_PACKED; 79 uint16_t types GNUNET_PACKED;
80 uint16_t applications GNUNET_PACKED; 80 uint16_t applications GNUNET_PACKED;
81 /* uint16_t list_types[types] */
82 /* uint16_t list_apps[applications] */
81}; 83};
82 84
83 85