summaryrefslogtreecommitdiffstats
path: root/src/ipc.h
blob: 04f9df5cdf046f98b8bc2ba9d51d9e4d3f12fd5c (plain)
1
2
3
4
5
6
7
#ifndef NETDATA_PLUGIN_IPC_H
#define NETDATA_PLUGIN_IPC_H 1

extern int do_ipc(int update_every, usec_t dt);

#endif /* NETDATA_PLUGIN_IPC_H */