autotier
Automatic Tiering Fuse Filesystem
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
w
~
Variables
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
incl
conflicts.hpp
1
/*
2
* Copyright (C) 2019-2021 Joshua Boudreau <jboudreau@45drives.com>
3
*
4
* This file is part of autotier.
5
*
6
* autotier is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation, either version 3 of the License, or
9
* (at your option) any later version.
10
*
11
* autotier is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with autotier. If not, see <https://www.gnu.org/licenses/>.
18
*/
19
20
#pragma once
21
31
bool
check_conflicts(std::vector<std::string> &conflicts,
const
fs::path &run_path);
32
39
void
add_conflict(
const
std::string &path,
const
fs::path &run_path);
Generated by
1.8.17