aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-21 16:12:48 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-21 16:12:48 +0000
commit40e25a57655bc682c8aa13f10ab9a0fb9c10e2f2 (patch)
tree2d705ab36ff5db586f42b972e020342ad3c11186 /src/mesh/gnunet-service-mesh_connection.h
parentdd3620024ebe44d58af4b11f82dbcc30e1d06d36 (diff)
downloadgnunet-40e25a57655bc682c8aa13f10ab9a0fb9c10e2f2.tar.gz
gnunet-40e25a57655bc682c8aa13f10ab9a0fb9c10e2f2.zip
- doxygen
Diffstat (limited to 'src/mesh/gnunet-service-mesh_connection.h')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.h b/src/mesh/gnunet-service-mesh_connection.h
index d6b261002..3f75bcdab 100644
--- a/src/mesh/gnunet-service-mesh_connection.h
+++ b/src/mesh/gnunet-service-mesh_connection.h
@@ -231,7 +231,10 @@ GMC_new (const struct GNUNET_HashCode *cid,
231 unsigned int own_pos); 231 unsigned int own_pos);
232 232
233/** 233/**
234 * Connection is no longer needed: destroy it and remove from tunnel. 234 * Connection is no longer needed: destroy it.
235 *
236 * Cancels all pending traffic (including possible DESTROY messages), all
237 * maintenance tasks and removes the connection from neighbor peers and tunnel.
235 * 238 *
236 * @param c Connection to destroy. 239 * @param c Connection to destroy.
237 */ 240 */