summaryrefslogtreecommitdiffstats
path: root/src/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc.h')
-rw-r--r--src/ipc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ipc.h b/src/ipc.h
new file mode 100644
index 000000000..04f9df5cd
--- /dev/null
+++ b/src/ipc.h
@@ -0,0 +1,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 */
+