aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index e2ae4a107..d39c89d36 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -934,13 +934,11 @@ consider_for_advertising (const struct GNUNET_HELLO_Message *hello)
934 * @param cls closure (not used) 934 * @param cls closure (not used)
935 * @param peer potential peer to connect to 935 * @param peer potential peer to connect to
936 * @param hello HELLO for this peer (or NULL) 936 * @param hello HELLO for this peer (or NULL)
937 * @param trust how much we trust the peer (not used)
938 */ 937 */
939static void 938static void
940process_peer (void *cls, 939process_peer (void *cls,
941 const struct GNUNET_PeerIdentity *peer, 940 const struct GNUNET_PeerIdentity *peer,
942 const struct GNUNET_HELLO_Message *hello, 941 const struct GNUNET_HELLO_Message *hello)
943 uint32_t trust)
944{ 942{
945 struct Peer *pos; 943 struct Peer *pos;
946 944
@@ -1404,7 +1402,8 @@ run (void *cls,
1404 NULL, 1402 NULL,
1405 &core_init, 1403 &core_init,
1406 &connect_notify, 1404 &connect_notify,
1407 &disconnect_notify, 1405 &disconnect_notify,
1406 NULL,
1408 NULL, GNUNET_NO, 1407 NULL, GNUNET_NO,
1409 NULL, GNUNET_NO, 1408 NULL, GNUNET_NO,
1410 handlers); 1409 handlers);