From a25686672d1ca40a856292ee65f45e0e736a7a8f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 23 Oct 2012 18:29:31 +0000 Subject: -using new MDLL facility to clean up bijection data structure and reduce memory consumption in fs service --- src/fs/gnunet-service-fs.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/fs/gnunet-service-fs.h') 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; struct GSF_RequestPlan; /** - * DLL of request plans a particular pending request is - * involved with. + * Bijection between request plans and pending requests. */ -struct GSF_RequestPlanReference; +struct GSF_PendingRequestPlanBijection; /** * Our connection to the datastore. -- cgit v1.2.3