mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-21 20:25:15 +08:00
func_create_base.hpp
This commit is contained in:
parent
50593e7646
commit
47be2da7a9
|
@ -35,9 +35,9 @@ namespace Func
|
|||
virtual ~CreateBase() {};
|
||||
|
||||
public:
|
||||
virtual int operator()(Branches2 &branches,
|
||||
fs::Path const &fusepath,
|
||||
mode_t const mode,
|
||||
fuse_file_info_t *ffi) = 0;
|
||||
virtual int operator()(Branches2 &branches,
|
||||
fs::Path const &fusepath,
|
||||
mode_t const mode,
|
||||
fuse_file_info_t *ffi)
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user