aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-25 07:58:06 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-25 07:58:06 +0000
commit1aa08ac49c4458eb0643d20fff6959eea4dc27cc (patch)
tree061e76be652d6d80e1b755a661a59b037a10b65d /src/topology/gnunet-daemon-topology.c
parent8f5fb41ffbf0388465c097c94b5fd3a614fb3b1f (diff)
-indent
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index db9177be8f..ecead48868 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -1209,7 +1209,9 @@ cleaning_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
* @param c configuration
*/
static void
-run (void *cls, char *const *args, const char *cfgfile,
+run (void *cls,
+ char *const *args,
+ const char *cfgfile,
const struct GNUNET_CONFIGURATION_Handle *c)
{
static struct GNUNET_CORE_MessageHandler handlers[] = {
@@ -1243,8 +1245,12 @@ run (void *cls, char *const *args, const char *cfgfile,
blacklist = GNUNET_TRANSPORT_blacklist (cfg, &blacklist_check, NULL);
transport = GNUNET_TRANSPORT_connect (cfg, NULL, NULL, NULL, NULL, NULL);
handle =
- GNUNET_CORE_connect (cfg, NULL, &core_init, &connect_notify,
- &disconnect_notify, NULL, GNUNET_NO, NULL, GNUNET_NO,
+ GNUNET_CORE_connect (cfg, NULL,
+ &core_init,
+ &connect_notify,
+ &disconnect_notify,
+ NULL, GNUNET_NO,
+ NULL, GNUNET_NO,
handlers);
GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, &cleaning_task,
NULL);