aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_pe.c')
-rw-r--r--src/fs/gnunet-service-fs_pe.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/fs/gnunet-service-fs_pe.c b/src/fs/gnunet-service-fs_pe.c
index 8e414e74a..b338c1a13 100644
--- a/src/fs/gnunet-service-fs_pe.c
+++ b/src/fs/gnunet-service-fs_pe.c
@@ -244,11 +244,9 @@ get_rp_key (struct GSF_RequestPlan *rp)
244 * Figure out when and how to transmit to the given peer. 244 * Figure out when and how to transmit to the given peer.
245 * 245 *
246 * @param cls the `struct GSF_ConnectedPeer` for transmission 246 * @param cls the `struct GSF_ConnectedPeer` for transmission
247 * @param tc scheduler context
248 */ 247 */
249static void 248static void
250schedule_peer_transmission (void *cls, 249schedule_peer_transmission (void *cls);
251 const struct GNUNET_SCHEDULER_TaskContext *tc);
252 250
253 251
254/** 252/**
@@ -457,11 +455,9 @@ transmit_message_callback (void *cls,
457 * Figure out when and how to transmit to the given peer. 455 * Figure out when and how to transmit to the given peer.
458 * 456 *
459 * @param cls the `struct PeerPlan` 457 * @param cls the `struct PeerPlan`
460 * @param tc scheduler context
461 */ 458 */
462static void 459static void
463schedule_peer_transmission (void *cls, 460schedule_peer_transmission (void *cls)
464 const struct GNUNET_SCHEDULER_TaskContext *tc)
465{ 461{
466 struct PeerPlan *pp = cls; 462 struct PeerPlan *pp = cls;
467 struct GSF_RequestPlan *rp; 463 struct GSF_RequestPlan *rp;