aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-04-08 11:10:07 +0000
committerBart Polot <bart@net.in.tum.de>2011-04-08 11:10:07 +0000
commit6db24d2d442387b5a803c5c3b24ece59f702e667 (patch)
treed95be71efc4cc68cad31624972bdda1fc8e4721e /src/mesh/mesh.h
parent612f0fee557bddd00245a67726aa3c978c07f5c8 (diff)
downloadgnunet-6db24d2d442387b5a803c5c3b24ece59f702e667.tar.gz
gnunet-6db24d2d442387b5a803c5c3b24ece59f702e667.zip
Work in progress (handle_new_client)
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index 551694c27..609d35ec7 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -84,7 +84,7 @@ struct GNUNET_MESH_Connect {
84 */ 84 */
85 struct GNUNET_MessageHeader header; 85 struct GNUNET_MessageHeader header;
86 86
87 /* uint16_t messages_subscribed[] */ 87 /* GNUNET_MESH_ApplicationType messages_subscribed[] */
88}; 88};
89 89
90 90