aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_protocol.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-18 17:06:44 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-18 17:06:44 +0000
commit4a24e0518d613f184dd71658c7041b7f1913703c (patch)
tree8cec62c6e193001bc875a6b1e499ea0b69593c14 /src/mesh/mesh_protocol.h
parent47448e370d62bbbdac46cc4825b0e88eb013ff90 (diff)
downloadgnunet-4a24e0518d613f184dd71658c7041b7f1913703c.tar.gz
gnunet-4a24e0518d613f184dd71658c7041b7f1913703c.zip
WiP
Diffstat (limited to 'src/mesh/mesh_protocol.h')
-rw-r--r--src/mesh/mesh_protocol.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/mesh/mesh_protocol.h b/src/mesh/mesh_protocol.h
index 12723fdac..d7e28af45 100644
--- a/src/mesh/mesh_protocol.h
+++ b/src/mesh/mesh_protocol.h
@@ -183,6 +183,30 @@ struct GNUNET_MESH_PathACK
183 183
184 184
185/** 185/**
186 * Message to destroy a tunnel
187 */
188struct GNUNET_MESH_TunnelDestroy
189{
190 /**
191 * Type: GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY
192 */
193 struct GNUNET_MessageHeader header;
194
195 /**
196 * TID of the tunnel
197 */
198 uint32_t tid GNUNET_PACKED;
199
200 /**
201 * OID of the tunnel
202 */
203 struct GNUNET_PeerIdentity oid;
204
205 /* TODO: signature */
206};
207
208
209/**
186 * Message for mesh flow control 210 * Message for mesh flow control
187 */ 211 */
188struct GNUNET_MESH_SpeedNotify 212struct GNUNET_MESH_SpeedNotify