bmsd/nodes.h

branch
stable
changeset 387
541503502b1b
parent 384
442d23455ae4
child 684
ccb9f24d0fe9
--- a/bmsd/nodes.h	Sun May 26 20:45:01 2019 +0200
+++ b/bmsd/nodes.h	Thu May 30 23:18:48 2019 +0200
@@ -21,4 +21,10 @@
  */
 void node_death(char *topic);
 
+/**
+ * @brief Check if nodes are still online and mark them offline if not
+ *        been seen for 10 minutes.
+ */
+void nodes_check_online(void);
+
 #endif

mercurial