aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-11 12:23:57 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-11 12:23:57 +0000
commit5b48f06a02b221f2263d3d531b70367209619e24 (patch)
tree7cdfd5d95ee23c04505a0402547e984ef26e6781 /src/mesh/gnunet-service-mesh_connection.h
parent0619087fbfdc6d93d421edee1a1320c494f18079 (diff)
downloadgnunet-5b48f06a02b221f2263d3d531b70367209619e24.tar.gz
gnunet-5b48f06a02b221f2263d3d531b70367209619e24.zip
- fixes in DHT handling
Diffstat (limited to 'src/mesh/gnunet-service-mesh_connection.h')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.h b/src/mesh/gnunet-service-mesh_connection.h
index b0ddeabd9..9e9dec512 100644
--- a/src/mesh/gnunet-service-mesh_connection.h
+++ b/src/mesh/gnunet-service-mesh_connection.h
@@ -335,15 +335,6 @@ GMC_bck_keepalive (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
335 335
336 336
337/** 337/**
338 * Change the tunnel state.
339 *
340 * @param c Connection whose state to change.
341 * @param state New state.
342 */
343void
344GMC_change_state (struct MeshConnection* c, enum MeshConnectionState state);
345
346/**
347 * Notify other peers on a connection of a broken link. Mark connections 338 * Notify other peers on a connection of a broken link. Mark connections
348 * to destroy after all traffic has been sent. 339 * to destroy after all traffic has been sent.
349 * 340 *