summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2018-12-21it appears these are in reverse order - docs.rs is obviously not a valid urlSean Enck
2018-09-05Remove documentation stuff; point to docs.rsKartikaya Gupta
2016-10-02Update main examples to include a dateparse usageKartikaya Gupta
2016-09-02Add travis conf and crates.io badgeKartikaya Gupta
2016-06-22Update package documentation to mention MaildirKartikaya Gupta
2016-06-18Add some crate metadataKartikaya Gupta
d6'>plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef NETDATA_PLUGIN_MACOS_H
#define NETDATA_PLUGIN_MACOS_H 1

#include "daemon/common.h"

extern int do_macos_sysctl(int update_every, usec_t dt);
extern int do_macos_mach_smi(int update_every, usec_t dt);
extern int do_macos_iokit(int update_every, usec_t dt);

#endif /* NETDATA_PLUGIN_MACOS_H */