From 8a7b72f7cd1ccd547a03eb4243294e741d661d3f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 8 Feb 2019 08:30:37 +0100 Subject: Adding upstream version 1.12.0. Signed-off-by: Daniel Baumann --- libnetdata/log/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libnetdata/log/log.h') diff --git a/libnetdata/log/log.h b/libnetdata/log/log.h index 48e1599a7..44670f31c 100644 --- a/libnetdata/log/log.h +++ b/libnetdata/log/log.h @@ -85,6 +85,7 @@ static inline void debug_dummy(void) {} #define error(args...) error_int("ERROR", __FILE__, __FUNCTION__, __LINE__, ##args) #define fatal(args...) fatal_int(__FILE__, __FUNCTION__, __LINE__, ##args) +extern void send_statistics(const char *action, const char *action_result, const char *action_data); extern void debug_int( const char *file, const char *function, const unsigned long line, const char *fmt, ... ) PRINTFLIKE(4, 5); extern void info_int( const char *file, const char *function, const unsigned long line, const char *fmt, ... ) PRINTFLIKE(4, 5); extern void error_int( const char *prefix, const char *file, const char *function, const unsigned long line, const char *fmt, ... ) PRINTFLIKE(5, 6); -- cgit v1.2.3