aboutsummaryrefslogtreecommitdiff
path: root/src/experimentation/gnunet-daemon-experimentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/experimentation/gnunet-daemon-experimentation.h')
-rw-r--r--src/experimentation/gnunet-daemon-experimentation.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/experimentation/gnunet-daemon-experimentation.h b/src/experimentation/gnunet-daemon-experimentation.h
index a8bfc3523..d61b61251 100644
--- a/src/experimentation/gnunet-daemon-experimentation.h
+++ b/src/experimentation/gnunet-daemon-experimentation.h
@@ -36,6 +36,15 @@
36 */ 36 */
37#define EXP_RESPONSE_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10) 37#define EXP_RESPONSE_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10)
38 38
39/**
40 * Default experiment frequency
41 */
42#define EXP_DEFAULT_EXP_FREQ GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60)
43
44/**
45 * Default experiment duration
46 */
47#define EXP_DEFAULT_EXP_DUR GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
39 48
40/** 49/**
41 * Statistics handle shared between components 50 * Statistics handle shared between components
@@ -195,6 +204,20 @@ GNUNET_EXPERIMENTATION_experiments_stop ();
195 204
196 205
197/** 206/**
207 * Start the scheduler component
208 */
209void
210GNUNET_EXPERIMENTATION_scheduler_start ();
211
212
213/**
214 * Stop the scheduler component
215 */
216void
217GNUNET_EXPERIMENTATION_scheduler_stop ();
218
219
220/**
198 * Start the storage component 221 * Start the storage component
199 */ 222 */
200void 223void