summaryrefslogtreecommitdiffstats
path: root/database/engine/metadata_log/compaction.h
blob: d0461344037107e6d267c5d5b386bdf812e48b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef NETDATA_COMPACTION_H
#define NETDATA_COMPACTION_H

#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include "../rrdengine.h"

extern int compaction_failure_recovery(struct metalog_instance *ctx, struct metadata_logfile **metalogfiles,
                                       unsigned *matched_files);

#endif /* NETDATA_COMPACTION_H */