aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-30 09:32:01 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-30 09:32:01 +0000
commit247ecc51c01c54313844cb495c1fa829806bc170 (patch)
tree72d9f516765361cfae33825e2a2e7057d59b5c0a /src/ats-tests/ats-testing.h
parent4ed987ed9bd12e201d9146972274933b4479bb0e (diff)
downloadgnunet-247ecc51c01c54313844cb495c1fa829806bc170.tar.gz
gnunet-247ecc51c01c54313844cb495c1fa829806bc170.zip
fix and improved logging
Diffstat (limited to 'src/ats-tests/ats-testing.h')
-rw-r--r--src/ats-tests/ats-testing.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h
index 91c15d6d1..c27033ee7 100644
--- a/src/ats-tests/ats-testing.h
+++ b/src/ats-tests/ats-testing.h
@@ -567,6 +567,14 @@ GNUNET_ATS_TEST_logging_start (struct GNUNET_TIME_Relative log_frequency,
567 * @param l the logging handle 567 * @param l the logging handle
568 */ 568 */
569void 569void
570GNUNET_ATS_TEST_logging_clean_up (struct LoggingHandle *l);
571
572/**
573 * Stop logging
574 *
575 * @param l the logging handle
576 */
577void
570GNUNET_ATS_TEST_logging_stop (struct LoggingHandle *l); 578GNUNET_ATS_TEST_logging_stop (struct LoggingHandle *l);
571 579
572/** 580/**