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