aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-06-24 08:04:56 +0000
committerBart Polot <bart@net.in.tum.de>2011-06-24 08:04:56 +0000
commit8153b07b74e4fc34992dee4360173389656bb366 (patch)
treed631ae5946b893a5276d73fc51847a2d1a306252 /src/mesh/mesh.h
parentb734352920d1731a739800549b0281421fe7b98c (diff)
downloadgnunet-8153b07b74e4fc34992dee4360173389656bb366.tar.gz
gnunet-8153b07b74e4fc34992dee4360173389656bb366.zip
WiP (mesh data handling and connection ACKs)
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 bbfad3225..38f0486fb 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -206,7 +206,7 @@ struct GNUNET_MESH_Data {
206 struct GNUNET_MessageHeader header; 206 struct GNUNET_MessageHeader header;
207 207
208 /** 208 /**
209 * ID of a tunnel controlled by this client. 209 * ID of a tunnel in which this client participates.
210 */ 210 */
211 MESH_TunnelNumber tunnel_id GNUNET_PACKED; 211 MESH_TunnelNumber tunnel_id GNUNET_PACKED;
212 212