aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-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/topology/gnunet-daemon-topology.c
parenta3247ccf829ff52285721529bbcba00a0da39dcd (diff)
downloadgnunet-93522adc0728de13e94a7b13730781345144e434.tar.gz
gnunet-93522adc0728de13e94a7b13730781345144e434.zip
removing 'publicKey' argument from CORE init callback
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 6f55419d9..e8704552b 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -938,12 +938,10 @@ process_peer (void *cls, const struct GNUNET_PeerIdentity *peer,
938 * @param cls closure 938 * @param cls closure
939 * @param server handle to the server, NULL if we failed 939 * @param server handle to the server, NULL if we failed
940 * @param my_id ID of this peer, NULL if we failed 940 * @param my_id ID of this peer, NULL if we failed
941 * @param publicKey public key of this peer, NULL if we failed
942 */ 941 */
943static void 942static void
944core_init (void *cls, struct GNUNET_CORE_Handle *server, 943core_init (void *cls, struct GNUNET_CORE_Handle *server,
945 const struct GNUNET_PeerIdentity *my_id, 944 const struct GNUNET_PeerIdentity *my_id)
946 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *publicKey)
947{ 945{
948 if (server == NULL) 946 if (server == NULL)
949 { 947 {