bmsd/nodes.h

changeset 686
ca1fbb3bd3db
parent 684
ccb9f24d0fe9
child 795
9472106a3143
equal deleted inserted replaced
685:a4fcdf24b5e7 686:ca1fbb3bd3db
25 * @brief Check if nodes are still online and mark them offline if not 25 * @brief Check if nodes are still online and mark them offline if not
26 * been seen for twice the node interval time plus a few seconds.. 26 * been seen for twice the node interval time plus a few seconds..
27 */ 27 */
28 void nodes_check_online(void); 28 void nodes_check_online(void);
29 29
30 /**
31 * @brief Report status change of nodes so that the client menus are updated.
32 */
33 void status_change(void);
34
35 #endif 30 #endif

mercurial