CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
duplex_fuse.cc
Go to the documentation of this file.
1 
5 #include "duplex_fuse.h"
6 
7 #ifdef CVMFS_LIBCVMFS
8 
9 extern "C" {
10 unsigned fuse_lowlevel_notify_inval_inode_cnt = 0;
11 unsigned fuse_lowlevel_notify_inval_entry_cnt = 0;
12 }
13 
14 #endif // CVMFS_LIBCVMFS
15