aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-01-30 02:54:09 +0000
committerBart Polot <bart@net.in.tum.de>2014-01-30 02:54:09 +0000
commit1c45def2ce88a925031cf6fcc24fa3cfce6a7075 (patch)
tree77dee1d2ae0a2c81a407d3b75a3c24a92fb29f03 /src
parent7c525a07c064bb134c7a45c0d68ed63fbeee0ff3 (diff)
downloadgnunet-1c45def2ce88a925031cf6fcc24fa3cfce6a7075.tar.gz
gnunet-1c45def2ce88a925031cf6fcc24fa3cfce6a7075.zip
- doc
Diffstat (limited to 'src')
-rw-r--r--src/mesh/mesh_protocol.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesh/mesh_protocol.h b/src/mesh/mesh_protocol.h
index c36fa9f93..7773992b9 100644
--- a/src/mesh/mesh_protocol.h
+++ b/src/mesh/mesh_protocol.h
@@ -49,15 +49,14 @@ GNUNET_NETWORK_STRUCT_BEGIN
49 49
50/** 50/**
51 * Message for mesh connection creation. 51 * Message for mesh connection creation.
52 * TODO onionify path, add random tunnel ID
53 */ 52 */
54struct GNUNET_MESH_ConnectionCreate 53struct GNUNET_MESH_ConnectionCreate
55{ 54{
56 /** 55 /**
57 * Type: GNUNET_MESSAGE_TYPE_MESH_CONNECTION_CREATE 56 * Type: GNUNET_MESSAGE_TYPE_MESH_CONNECTION_CREATE
58 * 57 *
59 * Size: sizeof(struct GNUNET_MESH_ManipulatePath) + 58 * Size: sizeof (struct GNUNET_MESH_ConnectionCreate) +
60 * path_length * sizeof (struct GNUNET_PeerIdentity) 59 * path_length * sizeof (struct GNUNET_PeerIdentity)
61 */ 60 */
62 struct GNUNET_MessageHeader header; 61 struct GNUNET_MessageHeader header;
63 62