aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_start_only.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-07 06:27:10 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-07 06:27:10 +0000
commitac2de52a5de68f6f4f13b7aa01a481869fffc6aa (patch)
tree856c9f0b2f55f8cae99f3c7b3bf22beaecbf58da /src/core/test_core_api_start_only.c
parentc1a3c11f8665432d9db6d549c28c0329668e66af (diff)
downloadgnunet-ac2de52a5de68f6f4f13b7aa01a481869fffc6aa.tar.gz
gnunet-ac2de52a5de68f6f4f13b7aa01a481869fffc6aa.zip
hacks from trip
Diffstat (limited to 'src/core/test_core_api_start_only.c')
-rw-r--r--src/core/test_core_api_start_only.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/test_core_api_start_only.c b/src/core/test_core_api_start_only.c
index 4195bdc58..4155bf5d4 100644
--- a/src/core/test_core_api_start_only.c
+++ b/src/core/test_core_api_start_only.c
@@ -133,6 +133,7 @@ init_notify (void *cls,
133 &init_notify, 133 &init_notify,
134 &connect_notify, 134 &connect_notify,
135 &disconnect_notify, 135 &disconnect_notify,
136 NULL,
136 &inbound_notify, 137 &inbound_notify,
137 GNUNET_YES, 138 GNUNET_YES,
138 &outbound_notify, GNUNET_YES, handlers); 139 &outbound_notify, GNUNET_YES, handlers);
@@ -182,6 +183,7 @@ run (void *cls,
182 &init_notify, 183 &init_notify,
183 &connect_notify, 184 &connect_notify,
184 &disconnect_notify, 185 &disconnect_notify,
186 NULL,
185 &inbound_notify, 187 &inbound_notify,
186 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers); 188 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers);
187} 189}