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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 8b9389bdf..7aa3e0519 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -357,7 +357,7 @@ reconnect_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
357 * @return #GNUNET_YES (continue) 357 * @return #GNUNET_YES (continue)
358 */ 358 */
359static int 359static int
360disconnect_and_free_peer_entry (void *cls, 360disconnect_and_free_peer_entry (void *cls,
361 const struct GNUNET_PeerIdentity *key, 361 const struct GNUNET_PeerIdentity *key,
362 void *value) 362 void *value)
363{ 363{
@@ -572,7 +572,7 @@ transmission_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
572 * @param cls closure with the 'struct GNUNET_CORE_Handle' 572 * @param cls closure with the 'struct GNUNET_CORE_Handle'
573 * @param size number of bytes available in @a buf 573 * @param size number of bytes available in @a buf
574 * @param buf where the callee should write the message 574 * @param buf where the callee should write the message
575 * @return number of bytes written to buf 575 * @return number of bytes written to buf
576 */ 576 */
577static size_t 577static size_t
578transmit_message (void *cls, size_t size, void *buf) 578transmit_message (void *cls, size_t size, void *buf)
@@ -649,7 +649,7 @@ transmit_message (void *cls, size_t size, void *buf)
649 ret = 649 ret =
650 th->get_message (th->get_message_cls, 650 th->get_message (th->get_message_cls,
651 size - sizeof (struct SendMessage), &sm[1]); 651 size - sizeof (struct SendMessage), &sm[1]);
652 652
653 LOG (GNUNET_ERROR_TYPE_DEBUG, 653 LOG (GNUNET_ERROR_TYPE_DEBUG,
654 "Transmitting SEND request to `%s' yielded %u bytes.\n", 654 "Transmitting SEND request to `%s' yielded %u bytes.\n",
655 GNUNET_i2s (&pr->peer), ret); 655 GNUNET_i2s (&pr->peer), ret);
@@ -1093,7 +1093,7 @@ reconnect (struct GNUNET_CORE_Handle *h)
1093 else 1093 else
1094 opt |= GNUNET_CORE_OPTION_SEND_FULL_OUTBOUND; 1094 opt |= GNUNET_CORE_OPTION_SEND_FULL_OUTBOUND;
1095 } 1095 }
1096 LOG (GNUNET_ERROR_TYPE_INFO, 1096 LOG (GNUNET_ERROR_TYPE_INFO,
1097 "(Re)connecting to CORE service, monitoring messages of type %u\n", 1097 "(Re)connecting to CORE service, monitoring messages of type %u\n",
1098 opt); 1098 opt);
1099 1099