aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-10 11:29:59 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-10 11:29:59 +0000
commit4e49d814f8c52d784e8aa7bd57a40eda7656d3c0 (patch)
tree86f9971794e0d72f8de9ac2886fd11e85ccde7c1 /src/nse
parent0a15f777a19feea3937264b6acf96685b76bbc45 (diff)
downloadgnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.tar.gz
gnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.zip
another core API simplification due to ATS introduction
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-service-nse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 47014fd60..7000ec602 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -1360,7 +1360,6 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
1360 &core_init, /* Call core_init once connected */ 1360 &core_init, /* Call core_init once connected */
1361 &handle_core_connect, /* Handle connects */ 1361 &handle_core_connect, /* Handle connects */
1362 &handle_core_disconnect, /* Handle disconnects */ 1362 &handle_core_disconnect, /* Handle disconnects */
1363 NULL, /* Do we care about "status" updates? */
1364 NULL, /* Don't want notified about all incoming messages */ 1363 NULL, /* Don't want notified about all incoming messages */
1365 GNUNET_NO, /* For header only inbound notification */ 1364 GNUNET_NO, /* For header only inbound notification */
1366 NULL, /* Don't want notified about all outbound messages */ 1365 NULL, /* Don't want notified about all outbound messages */