From 07a1df2dedbf44c0477b80b22fc1bfa55228600b Mon Sep 17 00:00:00 2001 From: sasha Date: Thu, 15 May 2008 06:26:15 +0000 Subject: - [DEV-168] added support of system.users.num under Windows Windows binaries git-svn-id: svn://svn.zabbix.com/trunk@5704 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/perfmon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/perfmon.h b/include/perfmon.h index 8aa81dfa..70f6d7fe 100644 --- a/include/perfmon.h +++ b/include/perfmon.h @@ -33,6 +33,8 @@ #define PCI_PROCESSOR_TIME (6) #define PCI_PROCESSOR_QUEUE_LENGTH (44) #define PCI_SYSTEM_UP_TIME (674) +#define PCI_TERMINAL_SERVICES (2176) +#define PCI_TOTAL_SESSIONS (2178) // // Performance Countername structure -- cgit