diff options
Diffstat (limited to 'src/transport/test_transport_address_switch.c')
-rw-r--r-- | src/transport/test_transport_address_switch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/test_transport_address_switch.c b/src/transport/test_transport_address_switch.c index 2780767ffc..6c86a160f4 100644 --- a/src/transport/test_transport_address_switch.c +++ b/src/transport/test_transport_address_switch.c @@ -564,8 +564,7 @@ sendtask () static void -progress_indicator (void *cls, - const struct GNUNET_SCHEDULER_TaskContext *tc) +progress_indicator (void *cls) { static int counter; |