aboutsummaryrefslogtreecommitdiff
path: root/src/experimentation/gnunet-daemon-experimentation_storage.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-12-16 20:57:09 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-12-16 20:57:09 +0000
commitcffaa8b4a6591c02325a368dcc7cd3b999d1ef60 (patch)
treecc6f7114ae1007a50b11825f3b689c8f5e0c569d /src/experimentation/gnunet-daemon-experimentation_storage.c
parentacad9f12ac57373b60d8bb2c64fe1d0f1dc3a06d (diff)
downloadgnunet-cffaa8b4a6591c02325a368dcc7cd3b999d1ef60.tar.gz
gnunet-cffaa8b4a6591c02325a368dcc7cd3b999d1ef60.zip
removing experimentation: replaced by sensors
Diffstat (limited to 'src/experimentation/gnunet-daemon-experimentation_storage.c')
-rw-r--r--src/experimentation/gnunet-daemon-experimentation_storage.c53
1 files changed, 0 insertions, 53 deletions
diff --git a/src/experimentation/gnunet-daemon-experimentation_storage.c b/src/experimentation/gnunet-daemon-experimentation_storage.c
deleted file mode 100644
index 8c6214c7b..000000000
--- a/src/experimentation/gnunet-daemon-experimentation_storage.c
+++ /dev/null
@@ -1,53 +0,0 @@
1/*
2 This file is part of GNUnet.
3 (C) 2009 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19*/
20
21/**
22 * @file experimentation/gnunet-daemon-experimentation_storage.c
23 * @brief experimentation daemon: store results
24 * @author Christian Grothoff
25 * @author Matthias Wachs
26 */
27#include "platform.h"
28#include "gnunet_util_lib.h"
29#include "gnunet_core_service.h"
30#include "gnunet_statistics_service.h"
31#include "gnunet-daemon-experimentation.h"
32
33
34/**
35 * Start the storage component
36 */
37void
38GED_storage_start ()
39{
40
41}
42
43
44/**
45 * Stop the storage component
46 */
47void
48GED_storage_stop ()
49{
50
51}
52
53/* end of gnunet-daemon-experimentation_storage.c */