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.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/transport/transport-testing.h b/src/transport/transport-testing.h
index 32641d8bc..6af2d68f5 100644
--- a/src/transport/transport-testing.h
+++ b/src/transport/transport-testing.h
@@ -161,11 +161,13 @@ GNUNET_TRANSPORT_TESTING_stop_peer (struct GNUNET_TRANSPORT_TESTING_handle *tth,
161 161
162 162
163/** 163/**
164 * Restart the given peer 164* Restart the given peer
165 * @param tth testing handle 165* @param tth testing handle
166 * @param p the peer 166* @param p the peer
167 */ 167* @param cfgname the cfg file used to restart
168void 168* @return GNUNET_OK in success otherwise GNUNET_SYSERR
169*/
170int
169GNUNET_TRANSPORT_TESTING_restart_peer (struct GNUNET_TRANSPORT_TESTING_handle *tth, 171GNUNET_TRANSPORT_TESTING_restart_peer (struct GNUNET_TRANSPORT_TESTING_handle *tth,
170 struct PeerContext *p, 172 struct PeerContext *p,
171 const char *cfgname); 173 const char *cfgname);