aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testbed/gnunet-service-testbed.c4
-rw-r--r--src/testbed/testbed_api_peers.c1
2 files changed, 2 insertions, 3 deletions
diff --git a/src/testbed/gnunet-service-testbed.c b/src/testbed/gnunet-service-testbed.c
index 8e6ab2325..7891c67b3 100644
--- a/src/testbed/gnunet-service-testbed.c
+++ b/src/testbed/gnunet-service-testbed.c
@@ -1985,8 +1985,8 @@ occ_cleanup (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1985/** 1985/**
1986 * Task which will be run when overlay connect request has been timed out 1986 * Task which will be run when overlay connect request has been timed out
1987 * 1987 *
1988 * @param 1988 * @param cls the OverlayConnectContext
1989 * @return 1989 * @param tc the TaskContext
1990 */ 1990 */
1991static void 1991static void
1992timeout_overlay_connect (void *cls, 1992timeout_overlay_connect (void *cls,
diff --git a/src/testbed/testbed_api_peers.c b/src/testbed/testbed_api_peers.c
index 9ef1829a7..f80e5a904 100644
--- a/src/testbed/testbed_api_peers.c
+++ b/src/testbed/testbed_api_peers.c
@@ -228,7 +228,6 @@ oprelease_peer_stop (void *cls)
228 * @param peer_id the id of the peer whose information we have to get 228 * @param peer_id the id of the peer whose information we have to get
229 * @param operation_id the ip of the operation that should be represented in 229 * @param operation_id the ip of the operation that should be represented in
230 * the message 230 * the message
231 * @param
232 * @return the PeerGetConfigurationMessage 231 * @return the PeerGetConfigurationMessage
233 */ 232 */
234struct GNUNET_TESTBED_PeerGetConfigurationMessage * 233struct GNUNET_TESTBED_PeerGetConfigurationMessage *