mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-23 10:48:02 +08:00
func_create_base.hpp
This commit is contained in:
parent
94a43849f5
commit
0c2f684f2a
|
@ -34,9 +34,9 @@ namespace Func
|
|||
virtual ~CreateBase() {};
|
||||
|
||||
public:
|
||||
virtual int operator(Branches2 &branches_,
|
||||
char const *fusepath,
|
||||
mode_t const mode,
|
||||
fuse_file_info_t *ffi) = 0;
|
||||
virtual int operator()(Branches2 &branches_,
|
||||
char const *fusepath,
|
||||
mode_t const mode,
|
||||
fuse_file_info_t *ffi) = 0;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user