aboutsummaryrefslogtreecommitdiff
path: root/src/dv/test_transport_api_dv.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/dv/test_transport_api_dv.c
parenta3247ccf829ff52285721529bbcba00a0da39dcd (diff)
downloadgnunet-93522adc0728de13e94a7b13730781345144e434.tar.gz
gnunet-93522adc0728de13e94a7b13730781345144e434.zip
removing 'publicKey' argument from CORE init callback
Diffstat (limited to 'src/dv/test_transport_api_dv.c')
-rw-r--r--src/dv/test_transport_api_dv.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/dv/test_transport_api_dv.c b/src/dv/test_transport_api_dv.c
index 0e8444bd4..21fe7225e 100644
--- a/src/dv/test_transport_api_dv.c
+++ b/src/dv/test_transport_api_dv.c
@@ -560,9 +560,7 @@ connect_notify_peer2 (void *cls, const struct GNUNET_PeerIdentity *peer,
560 560
561static void 561static void
562init_notify_peer2 (void *cls, struct GNUNET_CORE_Handle *server, 562init_notify_peer2 (void *cls, struct GNUNET_CORE_Handle *server,
563 const struct GNUNET_PeerIdentity *my_identity, 563 const struct GNUNET_PeerIdentity *my_identity)
564 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded
565 *publicKey)
566{ 564{
567#if VERBOSE 565#if VERBOSE
568 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 566 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -605,9 +603,7 @@ connect_notify_peer1 (void *cls, const struct GNUNET_PeerIdentity *peer,
605 603
606static void 604static void
607init_notify_peer1 (void *cls, struct GNUNET_CORE_Handle *server, 605init_notify_peer1 (void *cls, struct GNUNET_CORE_Handle *server,
608 const struct GNUNET_PeerIdentity *my_identity, 606 const struct GNUNET_PeerIdentity *my_identity)
609 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded
610 *publicKey)
611{ 607{
612 total_server_connections++; 608 total_server_connections++;
613#if VERBOSE 609#if VERBOSE