Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2014-08-14 11:24:13 +0400
committerAndris Zeila <andris.zeila@zabbix.com>2014-08-14 11:24:13 +0400
commit957849c30b96f813198b6c6f9c53acb953e48591 (patch)
tree7e5a94a3493389834f596ce35c25813996f6e2a6 /include/zbxself.h
parenta41063ac54b97710fdfdc2fb3dc187fd709d6dc2 (diff)
...G...PS. [ZBXNEXT-101] replaced ZABBIX_DAEMON define check with _WINDOWS define check in selfmon header, fixed compilation warning
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index 14241515d7e..f7fee429e12 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -66,7 +66,7 @@ int get_process_type_func(char *proc_type_str);
int get_process_type_forks(unsigned char process_type);
const char *get_process_type_string(unsigned char process_type);
-#if defined(ZABBIX_DAEMON)
+#ifndef _WINDOWS
void init_selfmon_collector(void);
void free_selfmon_collector(void);
void update_selfmon_counter(unsigned char state);