summaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api_monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/namestore_api_monitor.c')
-rw-r--r--src/namestore/namestore_api_monitor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/namestore/namestore_api_monitor.c b/src/namestore/namestore_api_monitor.c
index cd7c7dadb..8e6d39ad7 100644
--- a/src/namestore/namestore_api_monitor.c
+++ b/src/namestore/namestore_api_monitor.c
@@ -114,6 +114,8 @@ handle_sync (void *cls,
114{ 114{
115 struct GNUNET_NAMESTORE_ZoneMonitor *zm = cls; 115 struct GNUNET_NAMESTORE_ZoneMonitor *zm = cls;
116 116
117 (void) cls;
118 (void) msg;
117 if (NULL != zm->sync_cb) 119 if (NULL != zm->sync_cb)
118 zm->sync_cb (zm->sync_cb_cls); 120 zm->sync_cb (zm->sync_cb_cls);
119} 121}
@@ -138,6 +140,7 @@ check_result (void *cls,
138 const char *name_tmp; 140 const char *name_tmp;
139 const char *rd_ser_tmp; 141 const char *rd_ser_tmp;
140 142
143 (void) cls;
141 lrm_len = ntohs (lrm->gns_header.header.size); 144 lrm_len = ntohs (lrm->gns_header.header.size);
142 rd_len = ntohs (lrm->rd_len); 145 rd_len = ntohs (lrm->rd_len);
143 rd_count = ntohs (lrm->rd_count); 146 rd_count = ntohs (lrm->rd_count);
@@ -231,6 +234,7 @@ mq_error_handler (void *cls,
231{ 234{
232 struct GNUNET_NAMESTORE_ZoneMonitor *zm = cls; 235 struct GNUNET_NAMESTORE_ZoneMonitor *zm = cls;
233 236
237 (void) error;
234 reconnect (zm); 238 reconnect (zm);
235} 239}
236 240