CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fuse_main.h
Go to the documentation of this file.
1 
5 #ifndef CVMFS_FUSE_MAIN_H_
6 #define CVMFS_FUSE_MAIN_H_
7 
8 // The entry point in libcvmfs_stub to handover from cvmfs2
11  : version(0)
12  , size(sizeof(CvmfsStubExports))
13  , fn_main(NULL)
14  {}
15 
16  int version;
17  int size;
18  int (*fn_main)(int, char**);
19 };
20 
21 #endif // CVMFS_FUSE_MAIN_H_
int(* fn_main)(int, char **)
Definition: fuse_main.h:18