aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-05 13:26:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-05 13:26:22 +0000
commitab1bf63f1ed7637297c90b5b284f40a797f44805 (patch)
tree64bedd1cc5620f690d6ad099c2fb4b45a9a41f03 /src/mesh
parent446dcf7697ebdd7c78a48573a5c73fbf25448c74 (diff)
downloadgnunet-ab1bf63f1ed7637297c90b5b284f40a797f44805.tar.gz
gnunet-ab1bf63f1ed7637297c90b5b284f40a797f44805.zip
use new transport API, minor core API change
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/mesh_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index 8b1655dde..72428790e 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -543,7 +543,6 @@ GNUNET_MESH_peer_request_connect_all (struct GNUNET_MESH_Handle *handle,
543 handle->pending_tunnels.tail, 543 handle->pending_tunnels.tail,
544 tunnel); 544 tunnel);
545 (void) GNUNET_CORE_peer_request_connect (handle->core, 545 (void) GNUNET_CORE_peer_request_connect (handle->core,
546 timeout,
547 peers, 546 peers,
548 NULL, NULL); 547 NULL, NULL);
549 } 548 }