aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_sessions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-service-core_sessions.c')
-rw-r--r--src/core/gnunet-service-core_sessions.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/core/gnunet-service-core_sessions.c b/src/core/gnunet-service-core_sessions.c
index 78ab8027e..890499394 100644
--- a/src/core/gnunet-service-core_sessions.c
+++ b/src/core/gnunet-service-core_sessions.c
@@ -264,11 +264,9 @@ GSC_SESSIONS_end (const struct GNUNET_PeerIdentity *pid)
264 * (Done periodically until the typemap is confirmed). 264 * (Done periodically until the typemap is confirmed).
265 * 265 *
266 * @param cls the `struct Session *` 266 * @param cls the `struct Session *`
267 * @param tc unused
268 */ 267 */
269static void 268static void
270transmit_typemap_task (void *cls, 269transmit_typemap_task (void *cls)
271 const struct GNUNET_SCHEDULER_TaskContext *tc)
272{ 270{
273 struct Session *session = cls; 271 struct Session *session = cls;
274 struct GNUNET_MessageHeader *hdr; 272 struct GNUNET_MessageHeader *hdr;
@@ -589,11 +587,9 @@ solicit_messages (struct Session *session,
589 * Send them now. 587 * Send them now.
590 * 588 *
591 * @param cls `struct Session` with the messages to transmit now 589 * @param cls `struct Session` with the messages to transmit now
592 * @param tc scheduler context (unused)
593 */ 590 */
594static void 591static void
595pop_cork_task (void *cls, 592pop_cork_task (void *cls)
596 const struct GNUNET_SCHEDULER_TaskContext *tc)
597{ 593{
598 struct Session *session = cls; 594 struct Session *session = cls;
599 595