mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-23 06:11:29 +08:00
state.hpp
This commit is contained in:
parent
60a0ea9e44
commit
37db0094ff
|
@ -5,12 +5,19 @@
|
|||
|
||||
class State
|
||||
{
|
||||
typedef ghc::filesystem::path Path;
|
||||
|
||||
public:
|
||||
State();
|
||||
|
||||
public:
|
||||
Branches2 branches;
|
||||
|
||||
public:
|
||||
int create(Path const &fusepath,
|
||||
mode_t const mode,
|
||||
fuse_file_info_t *ffi);
|
||||
|
||||
public:
|
||||
Func2::Create create;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user