aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
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/**