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>2013-09-19 16:02:39 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-09-19 16:02:39 +0400
commit6bd3132f1913c41c309f391fd295bf5522b339f8 (patch)
treee9fc5e57d6d70a846bacc284103aaede5d8a5699 /include/sysinfo.h
parent66499f1028a233c59997f9285d911f833a914016 (diff)
...G...... [ZBXNEXT-836] fixed formatting
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index aa24f91bfe0..9d36288b22d 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -166,7 +166,7 @@ int get_diskstat(const char *devname, zbx_uint64_t *dstat);
#define PROCESS_MODULE_COMMAND 2
void init_metrics();
-int add_metric(ZBX_METRIC *new_metric, char *error, size_t max_error_len);
+int add_metric(ZBX_METRIC *metric, char *error, size_t max_error_len);
void free_metrics();
int process(const char *in_command, unsigned flags, AGENT_RESULT *result);