aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-18 10:01:45 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-18 10:01:45 +0000
commit4c78344337296b4a11e9d22d46223e1592ffd5f2 (patch)
tree64b425a2fa4d5e20c203d75a65072ac0064e936a /src/core/test_core_api.c
parent260b2ebb0662c22d14f2482700c2211acb22b0d8 (diff)
downloadgnunet-4c78344337296b4a11e9d22d46223e1592ffd5f2.tar.gz
gnunet-4c78344337296b4a11e9d22d46223e1592ffd5f2.zip
fix
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index c0950924f..3de162a82 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -122,19 +122,6 @@ disconnect_notify (void *cls,
122} 122}
123 123
124 124
125static unsigned int
126bfc_callback (void *cls,
127 const struct GNUNET_PeerIdentity *receiver,
128 void *position,
129 size_t padding)
130{
131 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
132 "Core requests data for `%4s', I have none.\n",
133 GNUNET_i2s (receiver));
134 return 0;
135}
136
137
138static int 125static int
139inbound_notify (void *cls, 126inbound_notify (void *cls,
140 const struct GNUNET_PeerIdentity *other, 127 const struct GNUNET_PeerIdentity *other,
@@ -230,7 +217,6 @@ init_notify (void *cls,
230 &init_notify, 217 &init_notify,
231 &connect_notify, 218 &connect_notify,
232 &disconnect_notify, 219 &disconnect_notify,
233 &bfc_callback,
234 &inbound_notify, 220 &inbound_notify,
235 GNUNET_YES, 221 GNUNET_YES,
236 &outbound_notify, GNUNET_YES, handlers); 222 &outbound_notify, GNUNET_YES, handlers);
@@ -321,7 +307,6 @@ run (void *cls,
321 &init_notify, 307 &init_notify,
322 &connect_notify, 308 &connect_notify,
323 &disconnect_notify, 309 &disconnect_notify,
324 &bfc_callback,
325 &inbound_notify, 310 &inbound_notify,
326 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers); 311 GNUNET_YES, &outbound_notify, GNUNET_YES, handlers);
327} 312}