mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 05:38:47 +08:00
branch_tier.cpp
This commit is contained in:
parent
8582fe5e5b
commit
1ad509a18c
|
@ -11,6 +11,22 @@ namespace l
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static
|
||||||
|
void
|
||||||
|
load_branch_glob(toml::table const &v_,
|
||||||
|
std::vector<Branch2> &branches_)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
static
|
||||||
|
void
|
||||||
|
load_branch_scan(toml::table const &v_,
|
||||||
|
std::vector<Branch2> &branches_)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
BranchTier::BranchTier()
|
BranchTier::BranchTier()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user