aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pe.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-02 15:34:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-02 15:34:14 +0000
commit07b5d5dad5ba589cde1c97e574de84e5c7d5d696 (patch)
tree70d5879e2632d98881c22c38ef3e7bdeeafbf71f /src/fs/gnunet-service-fs_pe.h
parent1240962f4e349aee4e3a57afe293a399d7d316fd (diff)
downloadgnunet-07b5d5dad5ba589cde1c97e574de84e5c7d5d696.tar.gz
gnunet-07b5d5dad5ba589cde1c97e574de84e5c7d5d696.zip
cleaning
Diffstat (limited to 'src/fs/gnunet-service-fs_pe.h')
-rw-r--r--src/fs/gnunet-service-fs_pe.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_pe.h b/src/fs/gnunet-service-fs_pe.h
index 9f62ece76..24fbcbb7a 100644
--- a/src/fs/gnunet-service-fs_pe.h
+++ b/src/fs/gnunet-service-fs_pe.h
@@ -44,6 +44,25 @@ GSF_plan_entry_create_ (struct GSF_ConnectedPeer *cp,
44 44
45 45
46/** 46/**
47 * Notify the plan about a new peer to use.
48 *
49 * @param cp connected peer
50 */
51void
52GSF_plan_notify_new_peer_ (struct GSF_ConnectedPeer *cp);
53
54
55/**
56 * Notify the plan about a peer being no longer available.
57 *
58 * @param cp connected peer
59 */
60void
61GSF_plan_notify_peer_disconnect_ (struct GSF_ConnectedPeer *cp);
62
63
64
65/**
47 * Get the first plan entry for the given connected peer. 66 * Get the first plan entry for the given connected peer.
48 * FIXME... 67 * FIXME...
49 * 68 *