From 67c5495db75de2551e3b6fc4d182a46d786c5a55 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Thu, 24 Mar 2016 07:56:41 +0000 Subject: [PATCH] TODOs --- src/cryfs/filesystem/fsblobstore/utils/DirEntryList.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cryfs/filesystem/fsblobstore/utils/DirEntryList.h b/src/cryfs/filesystem/fsblobstore/utils/DirEntryList.h index de8dc4b6..e98a918b 100644 --- a/src/cryfs/filesystem/fsblobstore/utils/DirEntryList.h +++ b/src/cryfs/filesystem/fsblobstore/utils/DirEntryList.h @@ -7,6 +7,8 @@ #include #include +//TODO Address elements by name instead of by key when accessing them. Who knows whether there is two hard links for the same blob. + namespace cryfs { namespace fsblobstore {