ifs/include/preload/open_dir.hpp
0 → 100644
+38
−0
ifs/src/preload/open_dir.cpp
0 → 100644
+52
−0
Loading
In order to support directories functionalities opendir,readdir,closedir,etc.. the OpenDir class has been introduced. This is a new specialization of the OpenFile class so that OpenDir object can be stored in the open_file_map along with regular file.