aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-30 10:45:13 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-30 10:45:13 +0000
commit7067d8df58abce4636ff94cd3621aee9de1ab594 (patch)
tree3632705ab7d0b30b791c240ef05eca74fa624597 /src/ats-tests/ats-testing.h
parentdaf74c08914b5dbec07848207262eff933a5f180 (diff)
downloadgnunet-7067d8df58abce4636ff94cd3621aee9de1ab594.tar.gz
gnunet-7067d8df58abce4636ff94cd3621aee9de1ab594.zip
writign plots
Diffstat (limited to 'src/ats-tests/ats-testing.h')
-rw-r--r--src/ats-tests/ats-testing.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h
index c27033ee7..59a9145d7 100644
--- a/src/ats-tests/ats-testing.h
+++ b/src/ats-tests/ats-testing.h
@@ -591,10 +591,11 @@ GNUNET_ATS_TEST_logging_now (struct LoggingHandle *l);
591 * 591 *
592 * @param l logging handle to use 592 * @param l logging handle to use
593 * @param test_name name of the current test 593 * @param test_name name of the current test
594 * @param plots create gnuplots: GNUNET_YES or GNUNET_NO
594 */ 595 */
595void 596void
596GNUNET_ATS_TEST_logging_write_to_file (struct LoggingHandle *h, 597GNUNET_ATS_TEST_logging_write_to_file (struct LoggingHandle *l,
597 char *test_name); 598 char *test_name, int plots);
598 599
599/* 600/*
600 * Topology related functions 601 * Topology related functions