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.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/experimentation/gnunet-daemon-experimentation.h b/src/experimentation/gnunet-daemon-experimentation.h
index d2fc6bd37..a8bfc3523 100644
--- a/src/experimentation/gnunet-daemon-experimentation.h
+++ b/src/experimentation/gnunet-daemon-experimentation.h
@@ -194,4 +194,19 @@ void
194GNUNET_EXPERIMENTATION_experiments_stop (); 194GNUNET_EXPERIMENTATION_experiments_stop ();
195 195
196 196
197/**
198 * Start the storage component
199 */
200void
201GNUNET_EXPERIMENTATION_storage_start ();
202
203
204
205/**
206 * Stop the storage component
207 */
208void
209GNUNET_EXPERIMENTATION_storage_stop ();
210
211
197/* end of gnunet-daemon-experimentation.h */ 212/* end of gnunet-daemon-experimentation.h */