aboutsummaryrefslogtreecommitdiff
path: root/src/testing
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/testing
parent0a15f777a19feea3937264b6acf96685b76bbc45 (diff)
downloadgnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.tar.gz
gnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.zip
another core API simplification due to ATS introduction
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index ca7ed6376..df2a67668 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -1994,7 +1994,7 @@ reattempt_daemons_connect (void *cls,
1994 ctx->d1core_ready = GNUNET_NO; 1994 ctx->d1core_ready = GNUNET_NO;
1995 ctx->d1core = 1995 ctx->d1core =
1996 GNUNET_CORE_connect (ctx->d1->cfg, 1, ctx, &core_init_notify, 1996 GNUNET_CORE_connect (ctx->d1->cfg, 1, ctx, &core_init_notify,
1997 &connect_notify, NULL, NULL, NULL, GNUNET_NO, NULL, 1997 &connect_notify, NULL, NULL, GNUNET_NO, NULL,
1998 GNUNET_NO, no_handlers); 1998 GNUNET_NO, no_handlers);
1999 if (ctx->d1core == NULL) 1999 if (ctx->d1core == NULL)
2000 { 2000 {
@@ -2115,7 +2115,7 @@ core_initial_iteration (void *cls, const struct GNUNET_PeerIdentity *peer,
2115#endif 2115#endif
2116 ctx->d1core = 2116 ctx->d1core =
2117 GNUNET_CORE_connect (ctx->d1->cfg, 1, ctx, &core_init_notify, 2117 GNUNET_CORE_connect (ctx->d1->cfg, 1, ctx, &core_init_notify,
2118 &connect_notify, NULL, NULL, NULL, GNUNET_NO, NULL, 2118 &connect_notify, NULL, NULL, GNUNET_NO, NULL,
2119 GNUNET_NO, no_handlers); 2119 GNUNET_NO, no_handlers);
2120 } 2120 }
2121 2121