From d0bb14e2a958f4f816c6c006dd8b7a979e6de289 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 17 Jan 2017 11:22:00 +0100 Subject: replace redundant MQ_NotifyCallback by SCHEDULER_TaskCallback --- src/peerinfo/peerinfo_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peerinfo') diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c index 10729f3d0..b75d4e291 100644 --- a/src/peerinfo/peerinfo_api.c +++ b/src/peerinfo/peerinfo_api.c @@ -557,7 +557,7 @@ GNUNET_PEERINFO_iterate_cancel (struct GNUNET_PEERINFO_IteratorContext *ic) struct GNUNET_MQ_Envelope * GNUNET_PEERINFO_add_peer (struct GNUNET_PEERINFO_Handle *h, const struct GNUNET_HELLO_Message *hello, - GNUNET_MQ_NotifyCallback cont, + GNUNET_SCHEDULER_TaskCallback cont, void *cont_cls) { struct GNUNET_MQ_Envelope *env; -- cgit v1.2.3