aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.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_pr.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_pr.h')
-rw-r--r--src/fs/gnunet-service-fs_pr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index 2a5fed29d..ab5ce0fab 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -102,12 +102,12 @@ struct GSF_PendingRequestData
102 /** 102 /**
103 * Fields for the plan module to track a DLL with the request. 103 * Fields for the plan module to track a DLL with the request.
104 */ 104 */
105 struct GSF_RequestPlanReference *rpr_head; 105 struct GSF_PendingRequestPlanBijection *pr_head;
106 106
107 /** 107 /**
108 * Fields for the plan module to track a DLL with the request. 108 * Fields for the plan module to track a DLL with the request.
109 */ 109 */
110 struct GSF_RequestPlanReference *rpr_tail; 110 struct GSF_PendingRequestPlanBijection *pr_tail;
111 111
112 /** 112 /**
113 * Current TTL for the request. 113 * Current TTL for the request.