aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_monitoring.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-20 17:58:46 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-20 17:58:46 +0000
commitc1ff578c693e4e45125ead915dc515bb141883ec (patch)
treee4573d2a5cc18aca5bcf3942a3fc267ef13fbc28 /src/namestore/test_namestore_api_monitoring.c
parent379bca7ce074b828fc09f592fcae2e94945da6cd (diff)
downloadgnunet-c1ff578c693e4e45125ead915dc515bb141883ec.tar.gz
gnunet-c1ff578c693e4e45125ead915dc515bb141883ec.zip
-allow namestore to monitor ALL zones, and to optionally only monitor changes
Diffstat (limited to 'src/namestore/test_namestore_api_monitoring.c')
-rw-r--r--src/namestore/test_namestore_api_monitoring.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_monitoring.c b/src/namestore/test_namestore_api_monitoring.c
index 0bd1e1350..c9b182fc8 100644
--- a/src/namestore/test_namestore_api_monitoring.c
+++ b/src/namestore/test_namestore_api_monitoring.c
@@ -274,7 +274,8 @@ run (void *cls,
274 274
275 /* Start monitoring */ 275 /* Start monitoring */
276 zm = GNUNET_NAMESTORE_zone_monitor_start (cfg, 276 zm = GNUNET_NAMESTORE_zone_monitor_start (cfg,
277 privkey, 277 privkey,
278 GNUNET_YES,
278 &zone_proc, 279 &zone_proc,
279 NULL, 280 NULL,
280 NULL); 281 NULL);