mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-03 14:03:37 +08:00
func_create_base.hpp
This commit is contained in:
parent
c89227d7ef
commit
50593e7646
|
@ -36,7 +36,7 @@ namespace Func
|
||||||
|
|
||||||
public:
|
public:
|
||||||
virtual int operator()(Branches2 &branches,
|
virtual int operator()(Branches2 &branches,
|
||||||
ghc::filesystem::path const &fusepath,
|
fs::Path const &fusepath,
|
||||||
mode_t const mode,
|
mode_t const mode,
|
||||||
fuse_file_info_t *ffi) = 0;
|
fuse_file_info_t *ffi) = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user