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:
authorIgors Homjakovs <git-no-reply@zabbix.com>2014-07-04 18:39:40 +0400
committerIgors Homjakovs <git-no-reply@zabbix.com>2014-07-04 18:39:40 +0400
commit17da73b65dae2b82b8bfc85e9bc0fb8e06beef58 (patch)
tree6215620fb0c5a548337ed0c03e76d4f0c9da6073 /include/zbxself.h
parent5395f8eb83b486f750b263ba555f3eab3e96101b (diff)
.......PS. [ZBXNEXT-101] changed location of get_process_type_by_server_num and get_process_num_by_server_num functions
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index e80f7ec239d..0a0e5de95fe 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -62,8 +62,6 @@
int get_process_type_forks(unsigned char process_type);
const char *get_process_type_string(unsigned char process_type);
int compare_process_type_string(char *proc_type_str);
-unsigned char get_process_type_by_server_num(int server_num);
-int get_process_num_by_server_num(int server_num);
void init_selfmon_collector(void);
void free_selfmon_collector(void);
void update_selfmon_counter(unsigned char state);