VFS Object.
More...
#include <vfsobj.h>
|
|
VFSDir * | root |
| | Root for namespaceless paths.
|
| |
|
hashtable | namespaces |
| | Hashtable of string/VFSDir.
|
| |
|
string | curdir |
| | Current working directory of the VFS.
|
| |
| RWLock | vfslock |
| |
| RWLock | vfsdlock |
| |
VFS Object.
Definition at line 25 of file vfsobj.h.
◆ vfsdlock
vfsdlock is for operations such as mounting / unmounting / invalidating cache that may destroy VFSDir entries and remove mounts
Definition at line 41 of file vfsobj.h.
◆ vfslock
vfslock is for adding entries to the directory cache
Definition at line 38 of file vfsobj.h.
The documentation for this struct was generated from the following file: