aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-10 11:29:59 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-10 11:29:59 +0000
commit4e49d814f8c52d784e8aa7bd57a40eda7656d3c0 (patch)
tree86f9971794e0d72f8de9ac2886fd11e85ccde7c1 /src/fs/gnunet-service-fs_cp.h
parent0a15f777a19feea3937264b6acf96685b76bbc45 (diff)
downloadgnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.tar.gz
gnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.zip
another core API simplification due to ATS introduction
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.h')
-rw-r--r--src/fs/gnunet-service-fs_cp.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/fs/gnunet-service-fs_cp.h b/src/fs/gnunet-service-fs_cp.h
index 0f22b0280..4a238dce8 100644
--- a/src/fs/gnunet-service-fs_cp.h
+++ b/src/fs/gnunet-service-fs_cp.h
@@ -253,25 +253,6 @@ GSF_peer_update_responder_peer_ (struct GSF_ConnectedPeer *cp,
253 253
254 254
255/** 255/**
256 * Method called whenever a given peer has a status change.
257 *
258 * @param cls closure
259 * @param peer peer identity this notification is about
260 * @param bandwidth_in available amount of inbound bandwidth
261 * @param bandwidth_out available amount of outbound bandwidth
262 * @param timeout absolute time when this peer will time out
263 * unless we see some further activity from it
264 * @param atsi status information
265 */
266void
267GSF_peer_status_handler_ (void *cls, const struct GNUNET_PeerIdentity *peer,
268 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in,
269 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
270 struct GNUNET_TIME_Absolute timeout,
271 const struct GNUNET_TRANSPORT_ATS_Information *atsi);
272
273
274/**
275 * Handle P2P "MIGRATION_STOP" message. 256 * Handle P2P "MIGRATION_STOP" message.
276 * 257 *
277 * @param cls closure, always NULL 258 * @param cls closure, always NULL