X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fnamestore%2Fnamestore_api_monitor.c;h=8e6d39ad7e2612bd242b6e31af6331f56fa3d029;hb=c15e7951180d954ca584a95206543e8997b3a7d4;hp=cd7c7dadba1793a1dccfe83c945863c47aa9c7df;hpb=3cb90c74c5f591fd2541d154a8e7b05a1c2f4539;p=oweals%2Fgnunet.git 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, { struct GNUNET_NAMESTORE_ZoneMonitor *zm = cls; + (void) cls; + (void) msg; if (NULL != zm->sync_cb) zm->sync_cb (zm->sync_cb_cls); } @@ -138,6 +140,7 @@ check_result (void *cls, const char *name_tmp; const char *rd_ser_tmp; + (void) cls; lrm_len = ntohs (lrm->gns_header.header.size); rd_len = ntohs (lrm->rd_len); rd_count = ntohs (lrm->rd_count); @@ -231,6 +234,7 @@ mq_error_handler (void *cls, { struct GNUNET_NAMESTORE_ZoneMonitor *zm = cls; + (void) error; reconnect (zm); }