aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 20f0acc09..7b423b6a0 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -339,8 +339,7 @@ reconnect (struct GNUNET_CORE_Handle *h);
339 * @param tc task context 339 * @param tc task context
340 */ 340 */
341static void 341static void
342reconnect_task (void *cls, 342reconnect_task (void *cls)
343 const struct GNUNET_SCHEDULER_TaskContext *tc)
344{ 343{
345 struct GNUNET_CORE_Handle *h = cls; 344 struct GNUNET_CORE_Handle *h = cls;
346 345
@@ -1214,11 +1213,9 @@ GNUNET_CORE_disconnect (struct GNUNET_CORE_Handle *handle)
1214 * Task that calls #request_next_transmission(). 1213 * Task that calls #request_next_transmission().
1215 * 1214 *
1216 * @param cls the `struct PeerRecord *` 1215 * @param cls the `struct PeerRecord *`
1217 * @param tc scheduler context
1218 */ 1216 */
1219static void 1217static void
1220run_request_next_transmission (void *cls, 1218run_request_next_transmission (void *cls)
1221 const struct GNUNET_SCHEDULER_TaskContext *tc)
1222{ 1219{
1223 struct PeerRecord *pr = cls; 1220 struct PeerRecord *pr = cls;
1224 1221