aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-02-13 12:11:06 +0000
committerBart Polot <bart@net.in.tum.de>2012-02-13 12:11:06 +0000
commit48e8dc3c6c94570d950314a80d0620822927b6fa (patch)
tree08e1f81929eb1674309c41f9c37128eada1d1442 /src/mesh
parentd723091639728548ae465c7a8b464423f6ee4081 (diff)
downloadgnunet-48e8dc3c6c94570d950314a80d0620822927b6fa.tar.gz
gnunet-48e8dc3c6c94570d950314a80d0620822927b6fa.zip
- Doxygen, reconnect and let caller take care of CTRL-C handling
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/mesh_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index 94b9f07de..3c318f11f 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -379,7 +379,7 @@ create_tunnel (struct GNUNET_MESH_Handle *h, MESH_TunnelNumber tid)
379 * - Frees all memory used 379 * - Frees all memory used
380 * 380 *
381 * @param t Pointer to the tunnel. 381 * @param t Pointer to the tunnel.
382 * @param call_handler Whether to call the cleaner handler. 382 * @param call_cleaner Whether to call the cleaner handler.
383 * 383 *
384 * @return Handle to the required tunnel or NULL if not found. 384 * @return Handle to the required tunnel or NULL if not found.
385 */ 385 */
@@ -1086,7 +1086,7 @@ send_callback (void *cls, size_t size, void *buf)
1086 if ((0 == size) || (NULL == buf)) 1086 if ((0 == size) || (NULL == buf))
1087 { 1087 {
1088 LOG (GNUNET_ERROR_TYPE_DEBUG, "Received NULL callback\n"); 1088 LOG (GNUNET_ERROR_TYPE_DEBUG, "Received NULL callback\n");
1089// reconnect (h); FIXME 1089 reconnect (h);
1090 return 0; 1090 return 0;
1091 } 1091 }
1092 tsize = 0; 1092 tsize = 0;