summaryrefslogtreecommitdiffstats
path: root/src/libnetdata/bt/bt.h
blob: dfc6c91434fc9b1504715d0768e8b39ff4860a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef LIBNETDATA_BT
#define LIBNETDATA_BT

#include "../libnetdata.h"

#ifdef __cplusplus
extern "C" {
#endif

void bt_init(const char *exepath, const char *cache_dir);
void bt_collect(const uuid_t *uuid);
void bt_dump(const uuid_t *uuid);

extern const char *bt_path;

#ifdef __cplusplus
}
#endif

#endif /* LIBNETDATA_BT */