]> arthur.barton.de Git - netdata.git/blobdiff - src/rrdpush.h
dns_query_time plugin: module configuration file added
[netdata.git] / src / rrdpush.h
index 8188d597e641a9b37c65b07e730c6c6874e67b78..dddbe758b5c0cf66b2d519d8742712a3e1a35467 100644 (file)
@@ -2,13 +2,14 @@
 #define NETDATA_RRDPUSH_H
 
 extern int default_rrdpush_enabled;
-extern int default_rrdpush_exclusive;
+extern char *default_rrdpush_destination;
+extern char *default_rrdpush_api_key;
 
 extern int rrdpush_init();
 extern void rrdset_done_push(RRDSET *st);
 extern void *rrdpush_sender_thread(void *ptr);
 
 extern int rrdpush_receiver_thread_spawn(RRDHOST *host, struct web_client *w, char *url);
-extern void rrdpush_sender_cleanup(RRDHOST *host);
+extern void rrdpush_sender_thread_stop(RRDHOST *host);
 
 #endif //NETDATA_RRDPUSH_H