"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "encfs/Context.h" between
encfs-1.9.4.tar.gz and encfs-1.9.5.tar.gz

About: EncFS is an encrypted virtual filesystem for Linux using the FUSE kernel module.

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

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)