aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_monitoring.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_monitoring.c')
-rw-r--r--src/namestore/test_namestore_api_monitoring.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_api_monitoring.c b/src/namestore/test_namestore_api_monitoring.c
index 271f4c40b..74dad3749 100644
--- a/src/namestore/test_namestore_api_monitoring.c
+++ b/src/namestore/test_namestore_api_monitoring.c
@@ -36,9 +36,9 @@ static struct GNUNET_NAMESTORE_Handle *nsh;
36 36
37static struct GNUNET_SCHEDULER_Task *endbadly_task; 37static struct GNUNET_SCHEDULER_Task *endbadly_task;
38 38
39static struct GNUNET_IDENTITY_PrivateKey privkey; 39static struct GNUNET_CRYPTO_PrivateKey privkey;
40 40
41static struct GNUNET_IDENTITY_PrivateKey privkey2; 41static struct GNUNET_CRYPTO_PrivateKey privkey2;
42 42
43static struct GNUNET_NAMESTORE_ZoneMonitor *zm; 43static struct GNUNET_NAMESTORE_ZoneMonitor *zm;
44 44
@@ -132,7 +132,7 @@ end (void *cls)
132 132
133static void 133static void
134zone_proc (void *cls, 134zone_proc (void *cls,
135 const struct GNUNET_IDENTITY_PrivateKey *zone_key, 135 const struct GNUNET_CRYPTO_PrivateKey *zone_key,
136 const char *name, 136 const char *name,
137 unsigned int rd_count, 137 unsigned int rd_count,
138 const struct GNUNET_GNSRECORD_Data *rd) 138 const struct GNUNET_GNSRECORD_Data *rd)