mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 17:57:41 +08:00
checkpoint
This commit is contained in:
parent
9019df57d0
commit
469492800c
|
@ -17,7 +17,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "branches.hpp"
|
#include "branches.hpp"
|
||||||
#include "policy.hpp"
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,6 @@ namespace FUSE::RMDIR::POLICY
|
||||||
int operator()(const gfs::path &fusepath) final;
|
int operator()(const gfs::path &fusepath) final;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Branches2 _branches;
|
Branches _branches;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user