aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/peerinfo_api.c')
-rw-r--r--src/peerinfo/peerinfo_api.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c
index c8b85e94c..ad4576fc2 100644
--- a/src/peerinfo/peerinfo_api.c
+++ b/src/peerinfo/peerinfo_api.c
@@ -279,11 +279,9 @@ reconnect (struct GNUNET_PEERINFO_Handle *h);
279 * Task scheduled to re-try connecting to the peerinfo service. 279 * Task scheduled to re-try connecting to the peerinfo service.
280 * 280 *
281 * @param cls the `struct GNUNET_PEERINFO_Handle *` 281 * @param cls the `struct GNUNET_PEERINFO_Handle *`
282 * @param tc scheduler context
283 */ 282 */
284static void 283static void
285reconnect_task (void *cls, 284reconnect_task (void *cls)
286 const struct GNUNET_SCHEDULER_TaskContext *tc)
287{ 285{
288 struct GNUNET_PEERINFO_Handle *h = cls; 286 struct GNUNET_PEERINFO_Handle *h = cls;
289 287
@@ -698,11 +696,9 @@ iterator_start_receive (void *cls,
698 * Peerinfo iteration request has timed out. 696 * Peerinfo iteration request has timed out.
699 * 697 *
700 * @param cls the `struct GNUNET_PEERINFO_IteratorContext *` 698 * @param cls the `struct GNUNET_PEERINFO_IteratorContext *`
701 * @param tc scheduler context
702 */ 699 */
703static void 700static void
704signal_timeout (void *cls, 701signal_timeout (void *cls)
705 const struct GNUNET_SCHEDULER_TaskContext *tc)
706{ 702{
707 struct GNUNET_PEERINFO_IteratorContext *ic = cls; 703 struct GNUNET_PEERINFO_IteratorContext *ic = cls;
708 GNUNET_PEERINFO_Processor cb; 704 GNUNET_PEERINFO_Processor cb;