aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.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.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.h')
-rw-r--r--src/fs/gnunet-service-fs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs.h b/src/fs/gnunet-service-fs.h
index 70e65186d..d198d864d 100644
--- a/src/fs/gnunet-service-fs.h
+++ b/src/fs/gnunet-service-fs.h
@@ -183,10 +183,9 @@ struct GSF_LocalClient;
183struct GSF_RequestPlan; 183struct GSF_RequestPlan;
184 184
185/** 185/**
186 * DLL of request plans a particular pending request is 186 * Bijection between request plans and pending requests.
187 * involved with.
188 */ 187 */
189struct GSF_RequestPlanReference; 188struct GSF_PendingRequestPlanBijection;
190 189
191/** 190/**
192 * Our connection to the datastore. 191 * Our connection to the datastore.