CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fuse_inode_gen.h
Go to the documentation of this file.
1 
5 #ifndef CVMFS_FUSE_INODE_GEN_H_
6 #define CVMFS_FUSE_INODE_GEN_H_
7 
8 #include <stdint.h>
9 
10 namespace cvmfs {
11 
18  version = 2;
19  initial_revision = 0;
20  incarnation = 0;
21  overflow_counter = 0;
22  inode_generation = 0;
23  }
24  unsigned version;
25  uint64_t initial_revision;
26  uint32_t incarnation;
27  uint32_t overflow_counter; // not used any more
28  uint64_t inode_generation;
29 };
30 
31 } // namespace cvmfs
32 
33 #endif // CVMFS_FUSE_INODE_GEN_H_