aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-service-revocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/gnunet-service-revocation.c')
-rw-r--r--src/revocation/gnunet-service-revocation.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c
index 9cf1bb812..e41195d55 100644
--- a/src/revocation/gnunet-service-revocation.c
+++ b/src/revocation/gnunet-service-revocation.c
@@ -521,11 +521,9 @@ add_revocation (void *cls,
521 * run the set operation on the revocation certificates. 521 * run the set operation on the revocation certificates.
522 * 522 *
523 * @param cls NULL 523 * @param cls NULL
524 * @param tc scheduler context (unused)
525 */ 524 */
526static void 525static void
527transmit_task_cb (void *cls, 526transmit_task_cb (void *cls)
528 const struct GNUNET_SCHEDULER_TaskContext *tc)
529{ 527{
530 struct PeerEntry *peer_entry = cls; 528 struct PeerEntry *peer_entry = cls;
531 529
@@ -662,11 +660,9 @@ free_entry (void *cls,
662 * Task run during shutdown. 660 * Task run during shutdown.
663 * 661 *
664 * @param cls unused 662 * @param cls unused
665 * @param tc unused
666 */ 663 */
667static void 664static void
668shutdown_task (void *cls, 665shutdown_task (void *cls)
669 const struct GNUNET_SCHEDULER_TaskContext *tc)
670{ 666{
671 if (NULL != revocation_set) 667 if (NULL != revocation_set)
672 { 668 {