aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_pe.h')
-rw-r--r--src/fs/gnunet-service-fs_pe.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_pe.h b/src/fs/gnunet-service-fs_pe.h
index 3ae9904a6..da20a7d7b 100644
--- a/src/fs/gnunet-service-fs_pe.h
+++ b/src/fs/gnunet-service-fs_pe.h
@@ -58,6 +58,19 @@ GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp);
58void 58void
59GSF_plan_notify_request_done_ (struct GSF_PendingRequest *pr); 59GSF_plan_notify_request_done_ (struct GSF_PendingRequest *pr);
60 60
61/**
62 * Get the last transmission attempt time for the request plan list
63 * referenced by @rpr_head, that was sent to @sender
64 *
65 * @param rpr_head request plan reference list to check.
66 * @param sender the peer that we've sent the request to.
67 * @param result the timestamp to fill.
68 * @return GNUNET_YES if @result was changed, GNUNET_NO otherwise.
69 */
70int
71GSF_request_plan_reference_get_last_transmission_ (
72 struct GSF_RequestPlanReference *rpr_head, struct GSF_ConnectedPeer *sender,
73 struct GNUNET_TIME_Absolute *result);
61 74
62/** 75/**
63 * Initialize plan subsystem. 76 * Initialize plan subsystem.