remove extension
[oweals/gnunet.git] / src / ats-tests / ats-testing.h
index 91c15d6d1fc4d3eb67c9585f05d495e28855d48b..59a9145d7122d48ed734fe576d5982aec68d161a 100644 (file)
@@ -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