aboutsummaryrefslogtreecommitdiff
path: root/src/sensordashboard
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-07-02 12:51:48 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-07-02 12:51:48 +0000
commit0255e3026f4553ecfe5098d7f96c05ffca982a52 (patch)
tree0c27cee84382d1f568e64f84d03b4627b4d3e617 /src/sensordashboard
parent13c92b1966accce020a6a5d3f90b252c55a4ad2f (diff)
downloadgnunet-0255e3026f4553ecfe5098d7f96c05ffca982a52.tar.gz
gnunet-0255e3026f4553ecfe5098d7f96c05ffca982a52.zip
sensor: completed reporting to collection point
Diffstat (limited to 'src/sensordashboard')
-rw-r--r--src/sensordashboard/gnunet-service-sensordashboard.c1
-rw-r--r--src/sensordashboard/sensordashboard.h30
2 files changed, 31 insertions, 0 deletions
diff --git a/src/sensordashboard/gnunet-service-sensordashboard.c b/src/sensordashboard/gnunet-service-sensordashboard.c
index b3fbf5d9d..5f451844e 100644
--- a/src/sensordashboard/gnunet-service-sensordashboard.c
+++ b/src/sensordashboard/gnunet-service-sensordashboard.c
@@ -26,6 +26,7 @@
26#include "platform.h" 26#include "platform.h"
27#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
28#include "gnunet_applications.h" 28#include "gnunet_applications.h"
29#include "sensordashboard.h"
29#include "gnunet_cadet_service.h" 30#include "gnunet_cadet_service.h"
30 31
31static struct GNUNET_CADET_Handle *cadet; 32static struct GNUNET_CADET_Handle *cadet;
diff --git a/src/sensordashboard/sensordashboard.h b/src/sensordashboard/sensordashboard.h
new file mode 100644
index 000000000..c7758e26e
--- /dev/null
+++ b/src/sensordashboard/sensordashboard.h
@@ -0,0 +1,30 @@
1/*
2 This file is part of GNUnet
3 (C) 2012-2013 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 * @file sensordashboard/sensordashboard.h
22 * @brief IPC messages and private service declarations
23 * @author Omar Tarabai
24 */
25
26#include "gnunet_sensordashboard_service.h"
27
28GNUNET_NETWORK_STRUCT_BEGIN
29
30GNUNET_NETWORK_STRUCT_END