diff options
Diffstat (limited to 'daemon/daemon.h')
-rw-r--r-- | daemon/daemon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/daemon.h b/daemon/daemon.h index 2a8a58ec6..7c4c2ce7e 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -13,6 +13,7 @@ void send_statistics(const char *action, const char *action_result, const char * void get_netdata_execution_path(void); extern char pidfile[]; -extern char exepath[]; +extern char netdata_exe_file[]; +extern char netdata_exe_path[]; #endif /* NETDATA_DAEMON_H */ |