From 2a12f2bb704fd9b5777e0c06499874f2cfddbcb7 Mon Sep 17 00:00:00 2001 From: sasha Date: Wed, 14 May 2008 07:55:56 +0000 Subject: - [DEV-163] added support of perf_counter[path<,period>] git-svn-id: svn://svn.zabbix.com/trunk@5700 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/perfmon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/perfmon.h b/include/perfmon.h index 77b15f08..8aa81dfa 100644 --- a/include/perfmon.h +++ b/include/perfmon.h @@ -55,5 +55,6 @@ typedef struct perfcounter PERFCOUNTER; extern PERFCOUNTER *PerfCounterList; char *GetCounterName(unsigned long index); +int check_counter_path(char *counterPath); #endif /* ZABBIX_PERFMON_H */ -- cgit