aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.c')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c
index 6eef8f300..bd3fed6d7 100644
--- a/src/transport/gnunet-service-transport_manipulation.c
+++ b/src/transport/gnunet-service-transport_manipulation.c
@@ -224,11 +224,9 @@ GST_manipulation_set_metric (void *cls,
224 * message. 224 * message.
225 * 225 *
226 * @param cls the `struct DelayQueueEntry` to transmit 226 * @param cls the `struct DelayQueueEntry` to transmit
227 * @param tc unused
228 */ 227 */
229static void 228static void
230send_delayed (void *cls, 229send_delayed (void *cls)
231 const struct GNUNET_SCHEDULER_TaskContext *tc)
232{ 230{
233 struct DelayQueueEntry *dqe = cls; 231 struct DelayQueueEntry *dqe = cls;
234 struct DelayQueueEntry *next; 232 struct DelayQueueEntry *next;