aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
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/mesh/gnunet-service-mesh.c
parent0a15f777a19feea3937264b6acf96685b76bbc45 (diff)
downloadgnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.tar.gz
gnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.zip
another core API simplification due to ATS introduction
Diffstat (limited to 'src/mesh/gnunet-service-mesh.c')
-rw-r--r--src/mesh/gnunet-service-mesh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 8d6780493..e76d440cf 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -3370,7 +3370,6 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
3370 &core_init, /* Call core_init once connected */ 3370 &core_init, /* Call core_init once connected */
3371 &core_connect, /* Handle connects */ 3371 &core_connect, /* Handle connects */
3372 &core_disconnect, /* remove peers on disconnects */ 3372 &core_disconnect, /* remove peers on disconnects */
3373 NULL, /* Do we care about "status" updates? */
3374 NULL, /* Don't notify about all incoming messages */ 3373 NULL, /* Don't notify about all incoming messages */
3375 GNUNET_NO, /* For header only in notification */ 3374 GNUNET_NO, /* For header only in notification */
3376 NULL, /* Don't notify about all outbound messages */ 3375 NULL, /* Don't notify about all outbound messages */