summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-14 07:55:56 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-14 07:55:56 +0000
commit2a12f2bb704fd9b5777e0c06499874f2cfddbcb7 (patch)
tree680907c746f1527df97951adb1c67ea68f55e330 /include
parent6b4eabad631afa94d90ae9082438c1077b9c919e (diff)
downloadzabbix-2a12f2bb704fd9b5777e0c06499874f2cfddbcb7.tar.gz
zabbix-2a12f2bb704fd9b5777e0c06499874f2cfddbcb7.tar.xz
zabbix-2a12f2bb704fd9b5777e0c06499874f2cfddbcb7.zip
- [DEV-163] added support of perf_counter[path<,period>]
git-svn-id: svn://svn.zabbix.com/trunk@5700 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/perfmon.h1
1 files changed, 1 insertions, 0 deletions
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 */