CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cvmfs::FuseState Struct Reference

Public Member Functions

 FuseState ()
 

Public Attributes

unsigned version
 
bool cache_symlinks
 
bool has_dentry_expire
 

Detailed Description

Options related to the fuse kernel connection. The capabilities are determined only once at mount time. If the capability trigger certain behavior of the cvmfs fuse module, it needs to be re-triggered on reload. Used in SaveState and RestoreState to store the details of symlink caching.

Definition at line 197 of file cvmfs.cc.

Constructor & Destructor Documentation

cvmfs::FuseState::FuseState ( )
inline

Definition at line 198 of file cvmfs.cc.

Member Data Documentation

bool cvmfs::FuseState::cache_symlinks

Definition at line 200 of file cvmfs.cc.

Referenced by RestoreState(), and SaveState().

bool cvmfs::FuseState::has_dentry_expire

Definition at line 201 of file cvmfs.cc.

Referenced by RestoreState(), and SaveState().

unsigned cvmfs::FuseState::version

Definition at line 199 of file cvmfs.cc.


The documentation for this struct was generated from the following file: