aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cadet_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_cadet_client.c')
-rw-r--r--src/fs/gnunet-service-fs_cadet_client.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/fs/gnunet-service-fs_cadet_client.c b/src/fs/gnunet-service-fs_cadet_client.c
index 417468970..3ea2efa67 100644
--- a/src/fs/gnunet-service-fs_cadet_client.c
+++ b/src/fs/gnunet-service-fs_cadet_client.c
@@ -246,11 +246,9 @@ reset_cadet (struct CadetHandle *mh)
246 * Task called when it is time to destroy an inactive cadet channel. 246 * Task called when it is time to destroy an inactive cadet channel.
247 * 247 *
248 * @param cls the `struct CadetHandle` to tear down 248 * @param cls the `struct CadetHandle` to tear down
249 * @param tc scheduler context, unused
250 */ 249 */
251static void 250static void
252cadet_timeout (void *cls, 251cadet_timeout (void *cls)
253 const struct GNUNET_SCHEDULER_TaskContext *tc)
254{ 252{
255 struct CadetHandle *mh = cls; 253 struct CadetHandle *mh = cls;
256 struct GNUNET_CADET_Channel *tun; 254 struct GNUNET_CADET_Channel *tun;
@@ -270,11 +268,9 @@ cadet_timeout (void *cls,
270 * Task called when it is time to reset an cadet. 268 * Task called when it is time to reset an cadet.
271 * 269 *
272 * @param cls the `struct CadetHandle` to tear down 270 * @param cls the `struct CadetHandle` to tear down
273 * @param tc scheduler context, unused
274 */ 271 */
275static void 272static void
276reset_cadet_task (void *cls, 273reset_cadet_task (void *cls)
277 const struct GNUNET_SCHEDULER_TaskContext *tc)
278{ 274{
279 struct CadetHandle *mh = cls; 275 struct CadetHandle *mh = cls;
280 276