aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.h')
-rw-r--r--src/fs/gnunet-service-fs_cp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_cp.h b/src/fs/gnunet-service-fs_cp.h
index 4a238dce8..c725dee75 100644
--- a/src/fs/gnunet-service-fs_cp.h
+++ b/src/fs/gnunet-service-fs_cp.h
@@ -39,7 +39,7 @@ struct GSF_PeerPerformanceData
39 /** 39 /**
40 * Transport performance data. 40 * Transport performance data.
41 */ 41 */
42 struct GNUNET_TRANSPORT_ATS_Information *atsi; 42 struct GNUNET_ATS_Information *atsi;
43 43
44 /** 44 /**
45 * List of the last clients for which this peer successfully 45 * List of the last clients for which this peer successfully
@@ -172,7 +172,7 @@ struct GSF_PeerTransmitHandle;
172 */ 172 */
173struct GSF_ConnectedPeer * 173struct GSF_ConnectedPeer *
174GSF_peer_connect_handler_ (const struct GNUNET_PeerIdentity *peer, 174GSF_peer_connect_handler_ (const struct GNUNET_PeerIdentity *peer,
175 const struct GNUNET_TRANSPORT_ATS_Information *atsi); 175 const struct GNUNET_ATS_Information *atsi);
176 176
177 177
178/** 178/**
@@ -267,7 +267,7 @@ int
267GSF_handle_p2p_migration_stop_ (void *cls, 267GSF_handle_p2p_migration_stop_ (void *cls,
268 const struct GNUNET_PeerIdentity *other, 268 const struct GNUNET_PeerIdentity *other,
269 const struct GNUNET_MessageHeader *message, 269 const struct GNUNET_MessageHeader *message,
270 const struct GNUNET_TRANSPORT_ATS_Information 270 const struct GNUNET_ATS_Information
271 *atsi); 271 *atsi);
272 272
273 273