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 {