summaryrefslogtreecommitdiffstats
path: root/src/ipc.h
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2017-01-24 15:21:09 +0000
committerLennart Weller <lhw@ring0.de>2017-01-24 15:21:09 +0000
commit3ed3b02ed96ddab1c084811f3579b3a2aec83e04 (patch)
tree7a61ab288ae47800c4f11be5677d6ad8288dcd98 /src/ipc.h
parentNew upstream version 1.4.0+dfsg (diff)
downloadnetdata-upstream/1.5.0+dfsg.tar.xz
netdata-upstream/1.5.0+dfsg.zip
New upstream version 1.5.0+dfsgupstream/1.5.0+dfsg
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 */
+