summaryrefslogtreecommitdiffstats
path: root/aclk/aclk.h
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2023-03-23 10:23:19 +0200
committerGitHub <noreply@github.com>2023-03-23 10:23:19 +0200
commitc46b8e9fcc614ce08415b00ad4ba617e40b1443e (patch)
tree872523bdac6daefd5f5082c4a160e577d762a921 /aclk/aclk.h
parent62d63229b55f71c4db0eaae73819c203c490c061 (diff)
Schedule node info to the cloud after child connection (#14790)
* Schedule node info to the cloud after child connection * Remove debug code * Schedule localhost node info within 5 seconds of startup. If no children are detected Or a child connects (switch to immediate localhost node info update)
Diffstat (limited to 'aclk/aclk.h')
-rw-r--r--aclk/aclk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/aclk/aclk.h b/aclk/aclk.h
index 56b24add92..a56aa7b263 100644
--- a/aclk/aclk.h
+++ b/aclk/aclk.h
@@ -54,6 +54,6 @@ void aclk_send_bin_msg(char *msg, size_t msg_len, enum aclk_topics subtopic, con
char *aclk_state(void);
char *aclk_state_json(void);
void add_aclk_host_labels(void);
-void aclk_queue_node_info(RRDHOST *host);
+void aclk_queue_node_info(RRDHOST *host, bool immediate);
#endif /* ACLK_H */