aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport-testing.h')
-rw-r--r--src/transport/transport-testing.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/transport-testing.h b/src/transport/transport-testing.h
index 883c68837..c77d79381 100644
--- a/src/transport/transport-testing.h
+++ b/src/transport/transport-testing.h
@@ -169,11 +169,11 @@ GNUNET_TRANSPORT_TESTING_stop_peer (struct GNUNET_TRANSPORT_TESTING_handle *tth,
169* @return GNUNET_OK in success otherwise GNUNET_SYSERR 169* @return GNUNET_OK in success otherwise GNUNET_SYSERR
170*/ 170*/
171int 171int
172GNUNET_TRANSPORT_TESTING_restart_peer (struct GNUNET_TRANSPORT_TESTING_handle *tth, 172GNUNET_TRANSPORT_TESTING_restart_peer (struct GNUNET_TRANSPORT_TESTING_handle
173 struct PeerContext *p, 173 *tth, struct PeerContext *p,
174 const char *cfgname, 174 const char *cfgname,
175 GNUNET_TRANSPORT_TESTING_start_cb start_cb, 175 GNUNET_TRANSPORT_TESTING_start_cb
176 void *cb_cls); 176 start_cb, void *cb_cls);
177 177
178/** 178/**
179 * Connect the given peers and call the callback when both peers report the 179 * Connect the given peers and call the callback when both peers report the