aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-09-05 14:23:29 +0000
committerBart Polot <bart@net.in.tum.de>2011-09-05 14:23:29 +0000
commitcd8a403c9b658595621a0470dadbbda9b91507ce (patch)
tree76c018a2900713d0917a6dcc5985e0565dc822c2 /src/mesh/mesh.h
parent57aa3363dc8203686c8c73148dc9df2315edf8b0 (diff)
downloadgnunet-cd8a403c9b658595621a0470dadbbda9b91507ce.tar.gz
gnunet-cd8a403c9b658595621a0470dadbbda9b91507ce.zip
Completed incoming tunnel handling, refactored destroy tunnel
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index 41fc13110..4b82b41dc 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -118,6 +118,11 @@ struct GNUNET_MESH_TunnelMessage
118 * ID of a tunnel controlled by this client. 118 * ID of a tunnel controlled by this client.
119 */ 119 */
120 MESH_TunnelNumber tunnel_id GNUNET_PACKED; 120 MESH_TunnelNumber tunnel_id GNUNET_PACKED;
121
122 /**
123 * Peer at the other end, if any
124 */
125 struct GNUNET_PeerIdentity peer;
121}; 126};
122 127
123/** 128/**