aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-09 13:21:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-09 13:21:48 +0000
commitb9e7bbea6e7628e77fdbcfdd6832587a07d43658 (patch)
tree2b885562e701d3cc5c11ec07d2051b08ed4c05bf /src/testing
parentf0ac323a4bae4dd87c96bf6d2e9980ec9952df8b (diff)
downloadgnunet-b9e7bbea6e7628e77fdbcfdd6832587a07d43658.tar.gz
gnunet-b9e7bbea6e7628e77fdbcfdd6832587a07d43658.zip
misc train hacking
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c2
-rw-r--r--src/testing/testing_peergroup.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 78ed39e4a..65446eb77 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -1418,8 +1418,6 @@ GNUNET_TESTING_daemon_restart (struct GNUNET_TESTING_Daemon *d,
1418 * @param timeout how long to wait for process for shutdown to complete 1418 * @param timeout how long to wait for process for shutdown to complete
1419 * @param cb function called once the daemon was stopped 1419 * @param cb function called once the daemon was stopped
1420 * @param cb_cls closure for cb 1420 * @param cb_cls closure for cb
1421 * @param allow_restart GNUNET_YES to restart peer later (using this API)
1422 * GNUNET_NO to kill off and clean up for good
1423 */ 1421 */
1424void 1422void
1425GNUNET_TESTING_daemon_stop_service (struct GNUNET_TESTING_Daemon *d, 1423GNUNET_TESTING_daemon_stop_service (struct GNUNET_TESTING_Daemon *d,
diff --git a/src/testing/testing_peergroup.c b/src/testing/testing_peergroup.c
index ba25a62bd..90c0f0373 100644
--- a/src/testing/testing_peergroup.c
+++ b/src/testing/testing_peergroup.c
@@ -599,7 +599,6 @@ internal_hostkey_callback (void *cls, const struct GNUNET_PeerIdentity *id,
599 * @param cls closure 599 * @param cls closure
600 * @param first peer id for first daemon 600 * @param first peer id for first daemon
601 * @param second peer id for the second daemon 601 * @param second peer id for the second daemon
602 * @param distance distance between the connected peers
603 * @param emsg error message (NULL on success) 602 * @param emsg error message (NULL on success)
604 */ 603 */
605void 604void