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.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/fs/gnunet-service-fs_pe.h b/src/fs/gnunet-service-fs_pe.h
index 10f7daea5..dfad71be9 100644
--- a/src/fs/gnunet-service-fs_pe.h
+++ b/src/fs/gnunet-service-fs_pe.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @file fs/gnunet-service-fs_pe.h 22 * @file fs/gnunet-service-fs_pe.h
@@ -36,8 +36,8 @@
36 * @param pr request with the entry 36 * @param pr request with the entry
37 */ 37 */
38void 38void
39GSF_plan_add_ (struct GSF_ConnectedPeer *cp, 39GSF_plan_add_(struct GSF_ConnectedPeer *cp,
40 struct GSF_PendingRequest *pr); 40 struct GSF_PendingRequest *pr);
41 41
42 42
43/** 43/**
@@ -47,7 +47,7 @@ GSF_plan_add_ (struct GSF_ConnectedPeer *cp,
47 * @param cp connected peer 47 * @param cp connected peer
48 */ 48 */
49void 49void
50GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp); 50GSF_plan_notify_peer_disconnect_(const struct GSF_ConnectedPeer *cp);
51 51
52 52
53/** 53/**
@@ -57,7 +57,7 @@ GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp);
57 * @param pr request that is done 57 * @param pr request that is done
58 */ 58 */
59void 59void
60GSF_plan_notify_request_done_ (struct GSF_PendingRequest *pr); 60GSF_plan_notify_request_done_(struct GSF_PendingRequest *pr);
61 61
62/** 62/**
63 * Get the last transmission attempt time for the request plan list 63 * Get the last transmission attempt time for the request plan list
@@ -69,22 +69,22 @@ GSF_plan_notify_request_done_ (struct GSF_PendingRequest *pr);
69 * @return GNUNET_YES if 'result' was changed, GNUNET_NO otherwise. 69 * @return GNUNET_YES if 'result' was changed, GNUNET_NO otherwise.
70 */ 70 */
71int 71int
72GSF_request_plan_reference_get_last_transmission_ (struct GSF_PendingRequestPlanBijection *pr_head, 72GSF_request_plan_reference_get_last_transmission_(struct GSF_PendingRequestPlanBijection *pr_head,
73 struct GSF_ConnectedPeer *sender, 73 struct GSF_ConnectedPeer *sender,
74 struct GNUNET_TIME_Absolute *result); 74 struct GNUNET_TIME_Absolute *result);
75 75
76/** 76/**
77 * Initialize plan subsystem. 77 * Initialize plan subsystem.
78 */ 78 */
79void 79void
80GSF_plan_init (void); 80GSF_plan_init(void);
81 81
82 82
83/** 83/**
84 * Shutdown plan subsystem. 84 * Shutdown plan subsystem.
85 */ 85 */
86void 86void
87GSF_plan_done (void); 87GSF_plan_done(void);
88 88
89 89
90#endif 90#endif