aboutsummaryrefslogtreecommitdiff
path: root/src/fragmentation/defragmentation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fragmentation/defragmentation.c')
-rw-r--r--src/fragmentation/defragmentation.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fragmentation/defragmentation.c b/src/fragmentation/defragmentation.c
index 5fcf1c441..5433ffb5a 100644
--- a/src/fragmentation/defragmentation.c
+++ b/src/fragmentation/defragmentation.c
@@ -258,11 +258,9 @@ GNUNET_DEFRAGMENT_context_destroy (struct GNUNET_DEFRAGMENT_Context *dc)
258 * Send acknowledgement to the other peer now. 258 * Send acknowledgement to the other peer now.
259 * 259 *
260 * @param cls the message context 260 * @param cls the message context
261 * @param tc the scheduler context
262 */ 261 */
263static void 262static void
264send_ack (void *cls, 263send_ack (void *cls)
265 const struct GNUNET_SCHEDULER_TaskContext *tc)
266{ 264{
267 struct MessageContext *mc = cls; 265 struct MessageContext *mc = cls;
268 struct GNUNET_DEFRAGMENT_Context *dc = mc->dc; 266 struct GNUNET_DEFRAGMENT_Context *dc = mc->dc;