aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_neighbours.c')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.c b/src/dht/gnunet-service-dht_neighbours.c
index 265bcdeef..9d0bd996d 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -603,7 +603,7 @@ send_find_peer_message (void *cls,
603 */ 603 */
604static void 604static void
605handle_core_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 605handle_core_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
606 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 606 const struct GNUNET_ATS_Information *atsi)
607{ 607{
608 struct PeerInfo *ret; 608 struct PeerInfo *ret;
609 int peer_bucket; 609 int peer_bucket;
@@ -1515,7 +1515,7 @@ static int
1515handle_dht_p2p_put (void *cls, 1515handle_dht_p2p_put (void *cls,
1516 const struct GNUNET_PeerIdentity *peer, 1516 const struct GNUNET_PeerIdentity *peer,
1517 const struct GNUNET_MessageHeader *message, 1517 const struct GNUNET_MessageHeader *message,
1518 const struct GNUNET_TRANSPORT_ATS_Information 1518 const struct GNUNET_ATS_Information
1519 *atsi) 1519 *atsi)
1520{ 1520{
1521 const struct PeerPutMessage *put; 1521 const struct PeerPutMessage *put;
@@ -1735,7 +1735,7 @@ handle_find_peer (const struct GNUNET_PeerIdentity *sender,
1735static int 1735static int
1736handle_dht_p2p_get (void *cls, const struct GNUNET_PeerIdentity *peer, 1736handle_dht_p2p_get (void *cls, const struct GNUNET_PeerIdentity *peer,
1737 const struct GNUNET_MessageHeader *message, 1737 const struct GNUNET_MessageHeader *message,
1738 const struct GNUNET_TRANSPORT_ATS_Information 1738 const struct GNUNET_ATS_Information
1739 *atsi) 1739 *atsi)
1740{ 1740{
1741 struct PeerGetMessage *get; 1741 struct PeerGetMessage *get;
@@ -1870,7 +1870,7 @@ handle_dht_p2p_get (void *cls, const struct GNUNET_PeerIdentity *peer,
1870static int 1870static int
1871handle_dht_p2p_result (void *cls, const struct GNUNET_PeerIdentity *peer, 1871handle_dht_p2p_result (void *cls, const struct GNUNET_PeerIdentity *peer,
1872 const struct GNUNET_MessageHeader *message, 1872 const struct GNUNET_MessageHeader *message,
1873 const struct GNUNET_TRANSPORT_ATS_Information 1873 const struct GNUNET_ATS_Information
1874 *atsi) 1874 *atsi)
1875{ 1875{
1876 const struct PeerResultMessage *prm; 1876 const struct PeerResultMessage *prm;