X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fats-tests%2Fats-testing.h;h=59a9145d7122d48ed734fe576d5982aec68d161a;hb=49abab4a07a12b81d596ba166d3601055acf2da4;hp=91c15d6d1fc4d3eb67c9585f05d495e28855d48b;hpb=5fcfc5b84691d1abb216ba5d5ab4b6b8a1f807f4;p=oweals%2Fgnunet.git diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h index 91c15d6d1..59a9145d7 100644 --- a/src/ats-tests/ats-testing.h +++ b/src/ats-tests/ats-testing.h @@ -561,6 +561,14 @@ GNUNET_ATS_TEST_logging_start (struct GNUNET_TIME_Relative log_frequency, struct BenchmarkPeer *masters, int num_masters); +/** + * Stop logging + * + * @param l the logging handle + */ +void +GNUNET_ATS_TEST_logging_clean_up (struct LoggingHandle *l); + /** * Stop logging * @@ -583,10 +591,11 @@ GNUNET_ATS_TEST_logging_now (struct LoggingHandle *l); * * @param l logging handle to use * @param test_name name of the current test + * @param plots create gnuplots: GNUNET_YES or GNUNET_NO */ void -GNUNET_ATS_TEST_logging_write_to_file (struct LoggingHandle *h, - char *test_name); +GNUNET_ATS_TEST_logging_write_to_file (struct LoggingHandle *l, + char *test_name, int plots); /* * Topology related functions