FFmpegfs Fuse Multi Media Filesystem
2.16
src
cache_maintenance.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2017-2024 Norbert Schlia (nschlia@oblivion-software.de)
3
*
4
* This program is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation; either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program; if not, write to the Free Software
16
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
17
*
18
* On Debian systems, the complete text of the GNU General Public License
19
* Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
20
*/
21
40
#ifndef CACHE_MAINTENANCE_H
41
#define CACHE_MAINTENANCE_H
42
43
#pragma once
44
45
#include <time.h>
46
52
bool
start_cache_maintenance
(time_t interval);
57
bool
stop_cache_maintenance
();
58
59
#endif
// CACHE_MAINTENANCE_H
stop_cache_maintenance
bool stop_cache_maintenance()
Stop cache maintenance timer.
Definition:
cache_maintenance.cc:331
start_cache_maintenance
bool start_cache_maintenance(time_t interval)
Start cache maintenance timer.
Definition:
cache_maintenance.cc:319
Generated by
1.9.4