]> arthur.barton.de Git - netdata.git/blob - src/plugin_nfacct.h
fix numa plugin to work only on the expected values; fixes #1868
[netdata.git] / src / plugin_nfacct.h
1 #ifndef NETDATA_NFACCT_H
2 #define NETDATA_NFACCT_H 1
3
4 extern void *nfacct_main(void *ptr);
5
6 #endif /* NETDATA_NFACCT_H */
7