5 #ifndef CVMFS_LOADER_H_
6 #define CVMFS_LOADER_H_
8 #define _FILE_OFFSET_BITS 64
61 texts[1] =
"unknown error";
62 texts[2] =
"illegal options";
63 texts[3] =
"permission denied";
64 texts[4] =
"failed to mount";
65 texts[5] =
"unable to init loader talk socket";
66 texts[6] =
"cannot run FUSE event loop";
67 texts[7] =
"failed to load shared library";
68 texts[8] =
"incompatible library version";
69 texts[9] =
"cache directory/plugin problem";
70 texts[10] =
"peering problem";
71 texts[11] =
"NFS maps init failure";
72 texts[12] =
"quota init failure";
73 texts[13] =
"watchdog failure";
74 texts[14] =
"talk socket failure";
75 texts[15] =
"signature verification failure";
76 texts[16] =
"file catalog failure";
77 texts[17] =
"maintenance mode";
78 texts[18] =
"state saving failure";
79 texts[19] =
"state restore failure";
80 texts[20] =
"already mounted";
81 texts[21] =
"double mount";
82 texts[22] =
"history init failure";
83 texts[23] =
"proxy auto-discovery failed";
84 texts[24] =
"workspace already locked";
85 texts[25] =
"revision blacklisted";
86 texts[26] =
"no text";
169 for (
unsigned i = 0; i <
history.size(); ++i)
257 #endif // CVMFS_LOADER_H_
std::string repository_name
Failures Reload(const int fd_progress, const bool stop_and_go, const ReloadMode reload_mode)
int(* fnAltProcessFlavor)(int argc, char **argv)
const char * Code2Ascii(const Failures error)
void ** fuse_channel_or_session
std::string loader_version
bool(* fnSaveState)(const int fd_progress, StateList *saved_states)
bool(* fnRestoreState)(const int fd_progress, const StateList &saved_states)
struct fuse_lowlevel_ops cvmfs_operations
int(* fnInit)(const LoaderExports *loader_exports)
bool simple_options_parsing
bool(* fnMaintenanceMode)(const int fd_progress)
void(* fnFreeSavedState)(const int fd_progress, const StateList &saved_states)
std::string(* fnGetErrorMsg)()
std::vector< SavedState * > StateList
std::vector< LoadEvent * > EventList