aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-08 00:10:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-08 00:10:36 +0000
commit1a11ec73bfe097463b60b41ceed503e3d2924a44 (patch)
tree7bf27c684adefa0af13fae69ad1c547bc568085b /src/fs/gnunet-service-fs_cp.h
parent86d7f49fc64f0c766d4bec6b3f34879f108fc8a9 (diff)
downloadgnunet-1a11ec73bfe097463b60b41ceed503e3d2924a44.tar.gz
gnunet-1a11ec73bfe097463b60b41ceed503e3d2924a44.zip
stuff
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.h')
-rw-r--r--src/fs/gnunet-service-fs_cp.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_cp.h b/src/fs/gnunet-service-fs_cp.h
index 4ad27afd8..9bf36186c 100644
--- a/src/fs/gnunet-service-fs_cp.h
+++ b/src/fs/gnunet-service-fs_cp.h
@@ -249,6 +249,22 @@ GSF_handle_p2p_migration_stop_ (void *cls,
249 249
250 250
251/** 251/**
252 * Handle P2P "QUERY" message. Only responsible for creating the
253 * request entry itself and setting up reply callback and cancellation
254 * on peer disconnect. Does NOT execute the actual request strategy
255 * (planning).
256 *
257 * @param other the other peer involved (sender or receiver, NULL
258 * for loopback messages where we are both sender and receiver)
259 * @param message the actual message
260 * @return pending request handle, NULL on error
261 */
262struct GSF_PendingRequest *
263GSF_handle_p2p_query_ (const struct GNUNET_PeerIdentity *other,
264 const struct GNUNET_MessageHeader *message);
265
266
267/**
252 * A peer disconnected from us. Tear down the connected peer 268 * A peer disconnected from us. Tear down the connected peer
253 * record. 269 * record.
254 * 270 *