aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-07 11:08:40 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-07 11:08:40 +0000
commit93522adc0728de13e94a7b13730781345144e434 (patch)
tree5e8389010559b5c326909bba7d8b18b858eeab35 /src/testing/test_testing_topology.c
parenta3247ccf829ff52285721529bbcba00a0da39dcd (diff)
downloadgnunet-93522adc0728de13e94a7b13730781345144e434.tar.gz
gnunet-93522adc0728de13e94a7b13730781345144e434.zip
removing 'publicKey' argument from CORE init callback
Diffstat (limited to 'src/testing/test_testing_topology.c')
-rw-r--r--src/testing/test_testing_topology.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 152b5cdcc..e29a3ff32 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -498,9 +498,7 @@ static struct GNUNET_CORE_MessageHandler handlers[] = {
498 498
499static void 499static void
500init_notify_peer2 (void *cls, struct GNUNET_CORE_Handle *server, 500init_notify_peer2 (void *cls, struct GNUNET_CORE_Handle *server,
501 const struct GNUNET_PeerIdentity *my_identity, 501 const struct GNUNET_PeerIdentity *my_identity)
502 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded
503 *publicKey)
504{ 502{
505 struct TestMessageContext *pos = cls; 503 struct TestMessageContext *pos = cls;
506 504
@@ -586,9 +584,7 @@ connect_notify_peers (void *cls, const struct GNUNET_PeerIdentity *peer,
586 584
587static void 585static void
588init_notify_peer1 (void *cls, struct GNUNET_CORE_Handle *server, 586init_notify_peer1 (void *cls, struct GNUNET_CORE_Handle *server,
589 const struct GNUNET_PeerIdentity *my_identity, 587 const struct GNUNET_PeerIdentity *my_identity)
590 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded
591 *publicKey)
592{ 588{
593 struct TestMessageContext *pos = cls; 589 struct TestMessageContext *pos = cls;
594 590