aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_quota_compliance.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/core/test_core_quota_compliance.c
parent0a15f777a19feea3937264b6acf96685b76bbc45 (diff)
downloadgnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.tar.gz
gnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.zip
another core API simplification due to ATS introduction
Diffstat (limited to 'src/core/test_core_quota_compliance.c')
-rw-r--r--src/core/test_core_quota_compliance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index 5fce06b31..e3b760624 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -520,7 +520,7 @@ init_notify (void *cls, struct GNUNET_CORE_Handle *server,
520 OKPP; 520 OKPP;
521 /* connect p2 */ 521 /* connect p2 */
522 p2.ch = GNUNET_CORE_connect (p2.cfg, 1, &p2, &init_notify, &connect_notify, 522 p2.ch = GNUNET_CORE_connect (p2.cfg, 1, &p2, &init_notify, &connect_notify,
523 &disconnect_notify, NULL, &inbound_notify, GNUNET_YES, 523 &disconnect_notify, &inbound_notify, GNUNET_YES,
524 &outbound_notify, GNUNET_YES, handlers); 524 &outbound_notify, GNUNET_YES, handlers);
525 } 525 }
526 else 526 else
@@ -630,7 +630,7 @@ run (void *cls, char *const *args, const char *cfgfile,
630 &current_quota_p2_out)); 630 &current_quota_p2_out));
631 631
632 p1.ch = GNUNET_CORE_connect (p1.cfg, 1, &p1, &init_notify, &connect_notify, 632 p1.ch = GNUNET_CORE_connect (p1.cfg, 1, &p1, &init_notify, &connect_notify,
633 &disconnect_notify, NULL, &inbound_notify, GNUNET_YES, 633 &disconnect_notify, &inbound_notify, GNUNET_YES,
634 &outbound_notify, GNUNET_YES, handlers); 634 &outbound_notify, GNUNET_YES, handlers);
635} 635}
636 636