aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-06-30 14:17:28 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-06-30 14:17:28 +0000
commit0e07f3b3f6df0f56bc5b23820977864828616845 (patch)
treee0f893649d2a30122f8c2efdc4d8a52b4688d050 /src/include
parentd7fe7afd48a1a57ab8005d728dcde607ed3ebeb2 (diff)
downloadgnunet-0e07f3b3f6df0f56bc5b23820977864828616845.tar.gz
gnunet-0e07f3b3f6df0f56bc5b23820977864828616845.zip
initial sensor reporting component code
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_sensor_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_sensor_service.h b/src/include/gnunet_sensor_service.h
index cd840dd75..19dcbbb75 100644
--- a/src/include/gnunet_sensor_service.h
+++ b/src/include/gnunet_sensor_service.h
@@ -171,7 +171,7 @@ struct SensorInfo
171 /* 171 /*
172 * Time interval to send sensor information to collection point (e.g. every 30 mins) 172 * Time interval to send sensor information to collection point (e.g. every 30 mins)
173 */ 173 */
174 struct GNUNET_TIME_Relative *collection_interval; 174 struct GNUNET_TIME_Relative collection_interval;
175 175
176 /* 176 /*
177 * Flag specifying if value is to be communicated to the p2p network 177 * Flag specifying if value is to be communicated to the p2p network
@@ -181,7 +181,7 @@ struct SensorInfo
181 /* 181 /*
182 * Time interval to communicate value to the p2p network 182 * Time interval to communicate value to the p2p network
183 */ 183 */
184 struct GNUNET_TIME_Relative *p2p_interval; 184 struct GNUNET_TIME_Relative p2p_interval;
185 185
186 /* 186 /*
187 * Execution task (OR GNUNET_SCHEDULER_NO_TASK) 187 * Execution task (OR GNUNET_SCHEDULER_NO_TASK)