aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-20 02:06:46 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-20 02:06:46 +0000
commit123ec3e0abdf8601b5a5978ac63eaa4b04e64adf (patch)
treea56074bd23371cb260ec6ac7c8d677807a888684 /src
parent5dff0dd67cd597f852e9e35cd9e7763572196260 (diff)
downloadgnunet-123ec3e0abdf8601b5a5978ac63eaa4b04e64adf.tar.gz
gnunet-123ec3e0abdf8601b5a5978ac63eaa4b04e64adf.zip
-fix warning
Diffstat (limited to 'src')
-rw-r--r--src/sensor/test_gnunet-service-sensor_reporting.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sensor/test_gnunet-service-sensor_reporting.c b/src/sensor/test_gnunet-service-sensor_reporting.c
index acb0e7165..4a58647ad 100644
--- a/src/sensor/test_gnunet-service-sensor_reporting.c
+++ b/src/sensor/test_gnunet-service-sensor_reporting.c
@@ -241,8 +241,9 @@ write_new_sensor_dir (struct TestPeer *cp_peer)
241 * @return #GNUNET_YES to continue iterating, #GNUNET_NO to stop 241 * @return #GNUNET_YES to continue iterating, #GNUNET_NO to stop
242 */ 242 */
243static int 243static int
244peerstore_watch_cb (void *cls, struct GNUNET_PEERSTORE_Record *record, 244peerstore_watch_cb (void *cls,
245 char *emsg) 245 const struct GNUNET_PEERSTORE_Record *record,
246 const char *emsg)
246{ 247{
247 struct TestPeer *peer = cls; 248 struct TestPeer *peer = cls;
248 struct GNUNET_SENSOR_DashboardAnomalyEntry *anomaly; 249 struct GNUNET_SENSOR_DashboardAnomalyEntry *anomaly;