aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index d4728760d..866860c0a 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -226,7 +226,7 @@ GSF_test_get_load_too_high_ (uint32_t priority)
226static int 226static int
227handle_p2p_put (void *cls, const struct GNUNET_PeerIdentity *other, 227handle_p2p_put (void *cls, const struct GNUNET_PeerIdentity *other,
228 const struct GNUNET_MessageHeader *message, 228 const struct GNUNET_MessageHeader *message,
229 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 229 const struct GNUNET_ATS_Information *atsi)
230{ 230{
231 struct GSF_ConnectedPeer *cp; 231 struct GSF_ConnectedPeer *cp;
232 232
@@ -296,7 +296,7 @@ consider_forwarding (void *cls, struct GSF_PendingRequest *pr,
296static int 296static int
297handle_p2p_get (void *cls, const struct GNUNET_PeerIdentity *other, 297handle_p2p_get (void *cls, const struct GNUNET_PeerIdentity *other,
298 const struct GNUNET_MessageHeader *message, 298 const struct GNUNET_MessageHeader *message,
299 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 299 const struct GNUNET_ATS_Information *atsi)
300{ 300{
301 struct GSF_PendingRequest *pr; 301 struct GSF_PendingRequest *pr;
302 302
@@ -439,7 +439,7 @@ consider_peer_for_forwarding (void *cls, const GNUNET_HashCode * key,
439 */ 439 */
440static void 440static void
441peer_connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer, 441peer_connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer,
442 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 442 const struct GNUNET_ATS_Information *atsi)
443{ 443{
444 struct GSF_ConnectedPeer *cp; 444 struct GSF_ConnectedPeer *cp;
445 445