int mount_fs(fs::path mountpoint, char *fuse_opts)
Mount the fuse filesystem. Creates struct of FUSE function pointers and calls fuse_main().
Definition: fusePassthrough.cpp:37
FusePassthrough(const fs::path &config_path, const ConfigOverrides &config_overrides)
Construct a new Fuse Passthrough object. Calls open_db and saves pointers to each tier of tiers_.
Definition: fusePassthrough.cpp:31