aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-07-23 13:24:45 +0000
committerBart Polot <bart@net.in.tum.de>2013-07-23 13:24:45 +0000
commit11bfa12840b5b84094842c17285d331db4a871a9 (patch)
tree6782f3d90dc0bd873a176c4e476ac00ec9495abe /src/mesh
parent7e240c4e5ae08722f5c6965c9470c8fdf1c793dc (diff)
downloadgnunet-11bfa12840b5b84094842c17285d331db4a871a9.tar.gz
gnunet-11bfa12840b5b84094842c17285d331db4a871a9.zip
- dead code
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/mesh_protocol.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mesh/mesh_protocol.h b/src/mesh/mesh_protocol.h
index 51e65ecdd..37d3676f0 100644
--- a/src/mesh/mesh_protocol.h
+++ b/src/mesh/mesh_protocol.h
@@ -78,26 +78,6 @@ struct GNUNET_MESH_CreateTunnel
78 /* struct GNUNET_PeerIdentity peers[path_length]; */ 78 /* struct GNUNET_PeerIdentity peers[path_length]; */
79}; 79};
80 80
81/**
82 * Message for mesh path destruction.
83 */
84struct GNUNET_MESH_DestroyTunnel
85{
86 /**
87 * Type: GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY
88 *
89 * Size: sizeof(struct GNUNET_MESH_ManipulatePath) +
90 * path_length * sizeof (struct GNUNET_PeerIdentity)
91 */
92 struct GNUNET_MessageHeader header;
93
94 /**
95 * Global id of the tunnel this path belongs to,
96 * unique in conjunction with the origin.
97 */
98 uint32_t tid GNUNET_PACKED;
99};
100
101 81
102/** 82/**
103 * Message for mesh data traffic. 83 * Message for mesh data traffic.