aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cadet_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_cadet_server.c')
-rw-r--r--src/fs/gnunet-service-fs_cadet_server.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_cadet_server.c b/src/fs/gnunet-service-fs_cadet_server.c
index 46086eec8..ccf6b3c5c 100644
--- a/src/fs/gnunet-service-fs_cadet_server.c
+++ b/src/fs/gnunet-service-fs_cadet_server.c
@@ -154,11 +154,9 @@ static unsigned long long sc_count_max;
154 * Task run to asynchronously terminate the cadet due to timeout. 154 * Task run to asynchronously terminate the cadet due to timeout.
155 * 155 *
156 * @param cls the 'struct CadetClient' 156 * @param cls the 'struct CadetClient'
157 * @param tc scheduler context
158 */ 157 */
159static void 158static void
160timeout_cadet_task (void *cls, 159timeout_cadet_task (void *cls)
161 const struct GNUNET_SCHEDULER_TaskContext *tc)
162{ 160{
163 struct CadetClient *sc = cls; 161 struct CadetClient *sc = cls;
164 struct GNUNET_CADET_Channel *tun; 162 struct GNUNET_CADET_Channel *tun;
@@ -324,7 +322,7 @@ continue_writing (struct CadetClient *sc)
324static void 322static void
325handle_datastore_reply (void *cls, 323handle_datastore_reply (void *cls,
326 const struct GNUNET_HashCode *key, 324 const struct GNUNET_HashCode *key,
327 size_t size, 325 size_t size,
328 const void *data, 326 const void *data,
329 enum GNUNET_BLOCK_Type type, 327 enum GNUNET_BLOCK_Type type,
330 uint32_t priority, 328 uint32_t priority,