]> arthur.barton.de Git - netdata.git/blob - src/ipc.h
Merge pull request #1184 from facetoe/postgres_plugin_error_message
[netdata.git] / src / ipc.h
1 #ifndef NETDATA_PLUGIN_IPC_H
2 #define NETDATA_PLUGIN_IPC_H 1
3
4 extern int do_ipc(int update_every, unsigned long long dt);
5
6 #endif /* NETDATA_PLUGIN_IPC_H */
7