aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-07 22:44:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-07 22:44:36 +0000
commit86d7f49fc64f0c766d4bec6b3f34879f108fc8a9 (patch)
treeb8472cd2eeeacc601513f36bc03149ec9151db03 /src/fs/gnunet-service-fs_cp.h
parentde952b871bfe79a7f2b79d9ab04dc37933d49bf1 (diff)
downloadgnunet-86d7f49fc64f0c766d4bec6b3f34879f108fc8a9.tar.gz
gnunet-86d7f49fc64f0c766d4bec6b3f34879f108fc8a9.zip
stuff
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.h')
-rw-r--r--src/fs/gnunet-service-fs_cp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_cp.h b/src/fs/gnunet-service-fs_cp.h
index 8b11dcd5d..4ad27afd8 100644
--- a/src/fs/gnunet-service-fs_cp.h
+++ b/src/fs/gnunet-service-fs_cp.h
@@ -285,6 +285,17 @@ GSF_connected_peer_change_preference_ (struct GSF_ConnectedPeer *cp,
285 285
286 286
287/** 287/**
288 * Obtain the identity of a connected peer.
289 *
290 * @param cp peer to reserve bandwidth from
291 * @param id identity to set (written to)
292 */
293void
294GSF_connected_peer_get_identity_ (const struct GSF_ConnectedPeer *cp,
295 struct GNUNET_PeerIdentity *id);
296
297
298/**
288 * Iterate over all connected peers. 299 * Iterate over all connected peers.
289 * 300 *
290 * @param it function to call for each peer 301 * @param it function to call for each peer