aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pe.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-23 18:29:31 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-23 18:29:31 +0000
commita25686672d1ca40a856292ee65f45e0e736a7a8f (patch)
tree923b746e3f8af3b77d90536e5c936c4135c1b781 /src/fs/gnunet-service-fs_pe.h
parentb38b47339b7c806432f251a566c857eb64c6e8cf (diff)
downloadgnunet-a25686672d1ca40a856292ee65f45e0e736a7a8f.tar.gz
gnunet-a25686672d1ca40a856292ee65f45e0e736a7a8f.zip
-using new MDLL facility to clean up bijection data structure and reduce memory consumption in fs service
Diffstat (limited to 'src/fs/gnunet-service-fs_pe.h')
-rw-r--r--src/fs/gnunet-service-fs_pe.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_pe.h b/src/fs/gnunet-service-fs_pe.h
index 3a18715ca..d1362675c 100644
--- a/src/fs/gnunet-service-fs_pe.h
+++ b/src/fs/gnunet-service-fs_pe.h
@@ -62,15 +62,15 @@ GSF_plan_notify_request_done_ (struct GSF_PendingRequest *pr);
62 * Get the last transmission attempt time for the request plan list 62 * Get the last transmission attempt time for the request plan list
63 * referenced by 'rpr_head', that was sent to 'sender' 63 * referenced by 'rpr_head', that was sent to 'sender'
64 * 64 *
65 * @param rpr_head request plan reference list to check. 65 * @param pr_head request plan reference list to check.
66 * @param sender the peer that we've sent the request to. 66 * @param sender the peer that we've sent the request to.
67 * @param result the timestamp to fill. 67 * @param result the timestamp to fill.
68 * @return GNUNET_YES if 'result' was changed, GNUNET_NO otherwise. 68 * @return GNUNET_YES if 'result' was changed, GNUNET_NO otherwise.
69 */ 69 */
70int 70int
71GSF_request_plan_reference_get_last_transmission_ ( 71GSF_request_plan_reference_get_last_transmission_ (struct GSF_PendingRequestPlanBijection *pr_head,
72 struct GSF_RequestPlanReference *rpr_head, struct GSF_ConnectedPeer *sender, 72 struct GSF_ConnectedPeer *sender,
73 struct GNUNET_TIME_Absolute *result); 73 struct GNUNET_TIME_Absolute *result);
74 74
75/** 75/**
76 * Initialize plan subsystem. 76 * Initialize plan subsystem.