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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-06-02 16:14:03 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-06-02 16:14:18 +0300
commit7417609a882af4929821c23eb8aca22cf3b6ad80 (patch)
treeb86e8c74570a8b9c8520dcdabfde76f13af00bcc /include/zbxself.h
parent1d996822fdbccf68698a319924ae003bec93c692 (diff)
...G...PS. [DEV-1570] fixed multiple funcArgNamesDifferent cppcheck warnings
(cherry picked from commit fe50c591d19db5ee990a680ee7bc9b7eb224999b)
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index be6465845c2..eec30149e5b 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -44,15 +44,15 @@ typedef struct
}
zbx_process_info_t;
-int get_process_type_forks(unsigned char process_type);
+int get_process_type_forks(unsigned char proc_type);
#ifndef _WINDOWS
int init_selfmon_collector(char **error);
void free_selfmon_collector(void);
void update_selfmon_counter(unsigned char state);
void collect_selfmon_stats(void);
-void get_selfmon_stats(unsigned char process_type, unsigned char aggr_func, int process_num,
- unsigned char state, double *value);
+void get_selfmon_stats(unsigned char proc_type, unsigned char aggr_func, int proc_num, unsigned char state,
+ double *value);
int zbx_get_all_process_stats(zbx_process_info_t *stats);
void zbx_sleep_loop(int sleeptime);
void zbx_sleep_forever(void);