aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-09 14:53:44 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-09 14:53:44 +0000
commit7ae3bcd234e062c28f66db9758f61af401d0a707 (patch)
treeadb1da7611b0afd6ff0fa094a6f6bc7ebabd174e /src/nse
parent006eb1c4f3307fe89c786c2f1ac866611e33d3cd (diff)
downloadgnunet-7ae3bcd234e062c28f66db9758f61af401d0a707.tar.gz
gnunet-7ae3bcd234e062c28f66db9758f61af401d0a707.zip
-simplifying core API (#2400)
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-service-nse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 9c31ab8e2..af8c7c081 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -1441,7 +1441,7 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
1441 nc = GNUNET_SERVER_notification_context_create (server, 1); 1441 nc = GNUNET_SERVER_notification_context_create (server, 1);
1442 /* Connect to core service and register core handlers */ 1442 /* Connect to core service and register core handlers */
1443 coreAPI = GNUNET_CORE_connect (cfg, /* Main configuration */ 1443 coreAPI = GNUNET_CORE_connect (cfg, /* Main configuration */
1444 1, NULL, /* Closure passed to functions */ 1444 NULL, /* Closure passed to functions */
1445 &core_init, /* Call core_init once connected */ 1445 &core_init, /* Call core_init once connected */
1446 &handle_core_connect, /* Handle connects */ 1446 &handle_core_connect, /* Handle connects */
1447 &handle_core_disconnect, /* Handle disconnects */ 1447 &handle_core_disconnect, /* Handle disconnects */