aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
commita2d9b4434076254811584a4a0ffa8881d0903db8 (patch)
tree4f5a2ee5daaabdedb45aa5e7e1d03e3c0f28ed0e /src/fs/gnunet-service-fs_cp.h
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
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