mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
move policy function type from fs to policy
This commit is contained in:
+2
-1
@@ -37,10 +37,11 @@
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
||||
using mergerfs::Policy;
|
||||
|
||||
static
|
||||
int
|
||||
_unlink(const fs::find::Func actionFunc,
|
||||
_unlink(const Policy::FuncPtr actionFunc,
|
||||
const vector<string> &srcmounts,
|
||||
const size_t minfreespace,
|
||||
const string &fusepath)
|
||||
|
||||
Reference in New Issue
Block a user