aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-12-16 12:17:39 +0000
committerBart Polot <bart@net.in.tum.de>2013-12-16 12:17:39 +0000
commit70e77d9ae0b25975e0a765bd6056c30a350e90f8 (patch)
treeb975683b639c7f47b9c0a9bb765dff88e3e4c052 /src/mesh/gnunet-service-mesh_tunnel.h
parentf663d5477ad7024a233a6904685bd05c8c4908b6 (diff)
downloadgnunet-70e77d9ae0b25975e0a765bd6056c30a350e90f8.tar.gz
gnunet-70e77d9ae0b25975e0a765bd6056c30a350e90f8.zip
- small refactor
Diffstat (limited to 'src/mesh/gnunet-service-mesh_tunnel.h')
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_tunnel.h b/src/mesh/gnunet-service-mesh_tunnel.h
index af36ff4e5..983ba9579 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.h
+++ b/src/mesh/gnunet-service-mesh_tunnel.h
@@ -217,7 +217,7 @@ GMT_add_connection (struct MeshTunnel3 *t, struct MeshConnection *c);
217 * Mark a path as no longer valid for this tunnel: has been tried and failed. 217 * Mark a path as no longer valid for this tunnel: has been tried and failed.
218 * 218 *
219 * @param t Tunnel to update. 219 * @param t Tunnel to update.
220 * @param path Invalid path. 220 * @param path Invalid path to remove. Is destroyed after removal.
221 */ 221 */
222void 222void
223GMT_remove_path (struct MeshTunnel3 *t, struct MeshPeerPath *path); 223GMT_remove_path (struct MeshTunnel3 *t, struct MeshPeerPath *path);