Context.h (encfs-1.9.4) | : | Context.h (encfs-1.9.5) | ||
---|---|---|---|---|
skipping to change at line 59 | skipping to change at line 59 | |||
bool usageAndUnmount(int timeoutCycles); | bool usageAndUnmount(int timeoutCycles); | |||
void putNode(const char *path, const std::shared_ptr<FileNode> &node); | void putNode(const char *path, const std::shared_ptr<FileNode> &node); | |||
void eraseNode(const char *path, const std::shared_ptr<FileNode> &fnode); | void eraseNode(const char *path, const std::shared_ptr<FileNode> &fnode); | |||
void renameNode(const char *oldName, const char *newName); | void renameNode(const char *oldName, const char *newName); | |||
void setRoot(const std::shared_ptr<DirNode> &root); | void setRoot(const std::shared_ptr<DirNode> &root); | |||
std::shared_ptr<DirNode> getRoot(int *err); | std::shared_ptr<DirNode> getRoot(int *err); | |||
std::shared_ptr<DirNode> getRoot(int *err, bool skipUsageCount); | ||||
std::shared_ptr<EncFS_Args> args; | std::shared_ptr<EncFS_Args> args; | |||
std::shared_ptr<EncFS_Opts> opts; | std::shared_ptr<EncFS_Opts> opts; | |||
bool publicFilesystem; | bool publicFilesystem; | |||
// root path to cipher dir | // root path to cipher dir | |||
std::string rootCipherDir; | std::string rootCipherDir; | |||
// for idle monitor | // for idle monitor | |||
bool running; | bool running; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |