aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-25 07:59:45 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-25 07:59:45 +0000
commit344f48e48e8d4f1ea631f29d8fb3ae0faf3d7ef0 (patch)
treeef2e4f32eb08a9478a214fa2b2e183e5b60914ee /src/core/core_api.c
parent1aa08ac49c4458eb0643d20fff6959eea4dc27cc (diff)
downloadgnunet-344f48e48e8d4f1ea631f29d8fb3ae0faf3d7ef0.tar.gz
gnunet-344f48e48e8d4f1ea631f29d8fb3ae0faf3d7ef0.zip
-indent, doxygen
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 7818a60a3..21bc758ff 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -191,7 +191,7 @@ struct ControlMessage
191 GNUNET_CORE_ControlContinuation cont; 191 GNUNET_CORE_ControlContinuation cont;
192 192
193 /** 193 /**
194 * Closure for 'cont'. 194 * Closure for @e cont.
195 */ 195 */
196 void *cont_cls; 196 void *cont_cls;
197 197
@@ -761,6 +761,7 @@ main_notify_handler (void *cls,
761 int trigger; 761 int trigger;
762 uint16_t msize; 762 uint16_t msize;
763 uint16_t et; 763 uint16_t et;
764
764 if (NULL == msg) 765 if (NULL == msg)
765 { 766 {
766 LOG (GNUNET_ERROR_TYPE_INFO, 767 LOG (GNUNET_ERROR_TYPE_INFO,
@@ -795,7 +796,8 @@ main_notify_handler (void *cls,
795 { 796 {
796 /* mark so we don't call init on reconnect */ 797 /* mark so we don't call init on reconnect */
797 h->init = NULL; 798 h->init = NULL;
798 LOG (GNUNET_ERROR_TYPE_DEBUG, "Connected to core service of peer `%s'.\n", 799 LOG (GNUNET_ERROR_TYPE_DEBUG,
800 "Connected to core service of peer `%s'.\n",
799 GNUNET_i2s (&h->me)); 801 GNUNET_i2s (&h->me));
800 init (h->cls, &h->me); 802 init (h->cls, &h->me);
801 } 803 }