* { font-family: Consolas, Lucida Console, Courier New; font-size: 100%; }
h1 { font-size: 150%; }
td.linenos { background-color: #f0f0f0; padding-right: 10px; }
span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; }
pre { line-height: 100%; width: 100%; }
.highlight span { width: 100%; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; }
body { background: #ffffff; }
body .c { color: #999988; font-style: italic } /* Comment */
body .err { color: #a61717; background-color: #e3d2d2 } /* Error */
body .k { font-weight: bold } /* Keyword */
body .o { font-weight: bold } /* Operator */
body .cm { color: #999988; font-style: italic } /* Comment.Multiline */
body .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
body .c1 { color: #999988; font-style: italic } /* Comment.Single */
body .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
body .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
body .ge { font-style: italic } /* Generic.Emph */
body .gr { color: #aa0000 } /* Generic.Error */
body .gh { color: #999999 } /* Generic.Heading */
body .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
body .go { color: #888888 } /* Generic.Output */
body .gp { color: #555555 } /* Generic.Prompt */
body .gs { font-weight: bold } /* Generic.Strong */
body .gu { color: #aaaaaa } /* Generic.Subheading */
body .gt { color: #aa0000 } /* Generic.Traceback */
body .kc { font-weight: bold } /* Keyword.Constant */
body .kd { font-weight: bold } /* Keyword.Declaration */
body .kp { font-weight: bold } /* Keyword.Pseudo */
body .kr { font-weight: bold } /* Keyword.Reserved */
body .kt { color: #445588; font-weight: bold } /* Keyword.Type */
body .m { color: #009999 } /* Literal.Number */
body .s { color: #bb8844 } /* Literal.String */
body .na { color: #008080 } /* Name.Attribute */
body .nb { color: #999999 } /* Name.Builtin */
body .nc { color: #445588; font-weight: bold } /* Name.Class */
body .no { color: #008080 } /* Name.Constant */
body .ni { color: #800080 } /* Name.Entity */
body .ne { color: #990000; font-weight: bold } /* Name.Exception */
body .nf { color: #990000; font-weight: bold } /* Name.Function */
body .nn { color: #555555 } /* Name.Namespace */
body .nt { color: #000080 } /* Name.Tag */
body .nv { color: #008080 } /* Name.Variable */
body .ow { font-weight: bold } /* Operator.Word */
body .w { color: #bbbbbb } /* Text.Whitespace */
body .mf { color: #009999 } /* Literal.Number.Float */
body .mh { color: #009999 } /* Literal.Number.Hex */
body .mi { color: #009999 } /* Literal.Number.Integer */
body .mo { color: #009999 } /* Literal.Number.Oct */
body .sb { color: #bb8844 } /* Literal.String.Backtick */
body .sc { color: #bb8844 } /* Literal.String.Char */
body .sd { color: #bb8844 } /* Literal.String.Doc */
body .s2 { color: #bb8844 } /* Literal.String.Double */
body .se { color: #bb8844 } /* Literal.String.Escape */
body .sh { color: #bb8844 } /* Literal.String.Heredoc */
body .si { color: #bb8844 } /* Literal.String.Interpol */
body .sx { color: #bb8844 } /* Literal.String.Other */
body .sr { color: #808000 } /* Literal.String.Regex */
body .s1 { color: #bb8844 } /* Literal.String.Single */
body .ss { color: #bb8844 } /* Literal.String.Symbol */
body .bp { color: #999999 } /* Name.Builtin.Pseudo */
body .vc { color: #008080 } /* Name.Variable.Class */
body .vg { color: #008080 } /* Name.Variable.Global */
body .vi { color: #008080 } /* Name.Variable.Instance */
body .il { color: #009999 } /* Literal.Number.Integer.Long */
Info
Revision:3286
Author:victor
Date:2008-05-24 16:19:20 +0300 (Sat, 24 May 2008)
Comment:Fixed compiltaion issues related to move to const char * in parameter handlers
Changes
U trunk/configure.ac
U trunk/include/netxms-version.h
U trunk/src/agent/subagents/linux/disk.cpp
U trunk/src/agent/subagents/linux/disk.h
U trunk/src/agent/subagents/linux/drbd.cpp
U trunk/src/agent/subagents/linux/hddinfo.cpp
U trunk/src/agent/subagents/linux/iostat.cpp
U trunk/src/agent/subagents/linux/iostat.h
U trunk/src/agent/subagents/linux/linux.cpp
U trunk/src/agent/subagents/linux/net.cpp
U trunk/src/agent/subagents/linux/net.h
U trunk/src/agent/subagents/linux/system.cpp
U trunk/src/agent/subagents/linux/system.h
Diff
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-05-24 12:47:31 UTC (rev 3285)
+++ trunk/configure.ac 2008-05-24 13:19:20 UTC (rev 3286)
@@ -4,7 +4,7 @@
# Configure script
#
-AC_INIT([NetXMS], [0.2.21], [NetXMS Team <bugs_at_netxms.org>])
+AC_INIT([NetXMS], [1.0.0-rc1], [NetXMS Team <bugs_at_netxms.org>])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE
Modified: trunk/include/netxms-version.h
===================================================================
--- trunk/include/netxms-version.h 2008-05-24 12:47:31 UTC (rev 3285)
+++ trunk/include/netxms-version.h 2008-05-24 13:19:20 UTC (rev 3286)
@@ -29,11 +29,11 @@
// Version constants
//
-#define NETXMS_VERSION_MAJOR 0
-#define NETXMS_VERSION_MINOR 2
-#define NETXMS_VERSION_BUILD 21
+#define NETXMS_VERSION_MAJOR 1
+#define NETXMS_VERSION_MINOR 0
+#define NETXMS_VERSION_BUILD 0
#define NETXMS_VERSION_HOTFIX 0
-#define NETXMS_VERSION_STRING _T("0.2.21")
+#define NETXMS_VERSION_STRING _T("1.0.0-rc1")
//
Modified: trunk/src/agent/subagents/linux/disk.cpp
===================================================================
--- trunk/src/agent/subagents/linux/disk.cpp 2008-05-24 12:47:31 UTC (rev 3285)
+++ trunk/src/agent/subagents/linux/disk.cpp 2008-05-24 13:19:20 UTC (rev 3286)
@@ -49,7 +49,7 @@
}
}
-LONG H_DiskInfo(char *pszParam, char *pArg, char *pValue)
+LONG H_DiskInfo(const char *pszParam, const char *pArg, char *pValue)
{
int nRet = SYSINFO_RC_ERROR;
struct statfs s;
Modified: trunk/src/agent/subagents/linux/disk.h
===================================================================
--- trunk/src/agent/subagents/linux/disk.h 2008-05-24 12:47:31 UTC (rev 3285)
+++ trunk/src/agent/subagents/linux/disk.h 2008-05-24 13:19:20 UTC (rev 3286)
@@ -34,7 +34,7 @@
DISK_USED_PERC
};
-LONG H_DiskInfo(char *, char *, char *);
+LONG H_DiskInfo(const char *, const char *, char *);
#endif // __DISK_H__
Modified: trunk/src/agent/subagents/linux/drbd.cpp
===================================================================
--- trunk/src/agent/subagents/linux/drbd.cpp 2008-05-24 12:47:31 UTC (rev 3285)
+++ trunk/src/agent/subagents/linux/drbd.cpp 2008-05-24 13:19:20 UTC (rev 3286)
@@ -107,7 +107,7 @@
// Get list of configured DRBD devices
//
-LONG H_DRBDDeviceList(TCHAR *pszCmd, TCHAR *pArg, NETXMS_VALUES_LIST *pValue)
+LONG H_DRBDDeviceList(const TCHAR *pszCmd, const TCHAR *pArg, NETXMS_VALUES_LIST *pValue)
{
int nDev, nFd;
struct ioctl_get_config drbdConfig;
@@ -138,7 +138,7 @@
// Get information for specific DRBD device
//
-LONG H_DRBDDeviceInfo(TCHAR *pszCmd, TCHAR *pArg, TCHAR *pValue)
+LONG H_DRBDDeviceInfo(const TCHAR *pszCmd, const TCHAR *pArg, TCHAR *pValue)
{
int nDev, nFd;
struct ioctl_get_config drbdConfig;
Modified: trunk/src/agent/subagents/linux/hddinfo.cpp
===================================================================
--- trunk/src/agent/subagents/linux/hddinfo.cpp 2008-05-24 12:47:31 UTC (rev 3285)
+++ trunk/src/agent/subagents/linux/hddinfo.cpp 2008-05-24 13:19:20 UTC (rev 3286)
@@ -76,7 +76,7 @@
// Handler for PhysicalDisk.*
//
-LONG H_PhysicalDiskInfo(char *pszParam, char *pszArg, char *pValue)
+LONG H_PhysicalDiskInfo(const char *pszParam, const char *pszArg, char *pValue)
{
LONG nRet = SYSINFO_RC_ERROR, nDisk, nCmd;
char szBuffer[MAX_PATH];
Modified: trunk/src/agent/subagents/linux/iostat.cpp
===================================================================
--- trunk/src/agent/subagents/linux/iostat.cpp 2008-05-24 12:47:31 UTC (rev 3285)
+++ trunk/src/agent/subagents/linux/iostat.cpp 2008-05-24 13:19:20 UTC (rev 3286)
@@ -32,7 +32,7 @@
#define IF_PARAM1 char szParam1[512] = {0}; NxGetParameterArg(pszParam, 1, szParam1, sizeof(szParam1)); if (szParam1[0] != 0)
-LONG H_TransferRate(char *pszParam, char *pArg, char *pValue)
+LONG H_TransferRate(const char *pszParam, const char *pArg, char *pValue)
{
int nRet = SYSINFO_RC_ERROR;
@@ -43,7 +43,7 @@
return nRet;
}
-LONG H_BlockReadRate(char *pszParam, char *pArg, char *pValue)
+LONG H_BlockReadRate(const char *pszParam, const char *pArg, char *pValue)
{
int nRet = SYSINFO_RC_ERROR;
@@ -54,7 +54,7 @@
return nRet;
}
-LONG H_BlockWriteRate(char *pszParam, char *pArg, char *pValue)
+LONG H_BlockWriteRate(const char *pszParam, const char *pArg, char *pValue)
{
int nRet = SYSINFO_RC_ERROR;
@@ -65,7 +65,7 @@
return nRet;
}
-LONG H_BytesReadRate(char *pszParam, char *pArg, char *pValue)
+LONG H_BytesReadRate(const char *pszParam, const char *pArg, char *pValue)
{
int nRet = SYSINFO_RC_ERROR;
@@ -76,7 +76,7 @@
return nRet;
}
-LONG H_BytesWriteRate(char *pszParam, char *pArg, char *pValue)
+LONG H_BytesWriteRate(const char *pszParam, const char *pArg, char *pValue)
{
int nRet = SYSINFO_RC_ERROR;
@@ -87,7 +87,7 @@
return nRet;
}
-LONG H_DiskQueue(char *pszParam, char *pArg, char *pValue)
+LONG H_DiskQueue(const char *pszParam, const char *pArg, char *pValue)
{
int nRet = SYSINFO_RC_ERROR;
@@ -102,7 +102,7 @@
return nRet;
}
-LONG H_DiskTime(char *pszParam, char *pArg, char *pValue)
+LONG H_DiskTime(const char *pszParam, const char *pArg, char *pValue)
{
int nRet = SYSINFO_RC_ERROR;
Modified: trunk/src/agent/subagents/linux/iostat.h
===================================================================
--- trunk/src/agent/subagents/linux/iostat.h 2008-05-24 12:47:31 UTC (rev 3285)
+++ trunk/src/agent/subagents/linux/iostat.h 2008-05-24 13:19:20 UTC (rev 3286)
@@ -23,13 +23,13 @@
#ifndef __IOSTAT_H__
#define __IOSTAT_H__
-LONG H_TransferRate(char *, char *, char *);
-LONG H_BlockReadRate(char *, char *, char *);
-LONG H_BlockWriteRate(char *, char *, char *);
-LONG H_BytesReadRate(char *, char *, char *);
-LONG H_BytesWriteRate(char *, char *, char *);
-LONG H_DiskQueue(char *, char *, char *);
-LONG H_DiskTime(char *, char *, char *);
+LONG H_TransferRate(const char *, const char *, char *);
+LONG H_BlockReadRate(const char *, const char *, char *);
+LONG H_BlockWriteRate(const char *, const char *, char *);
+LONG H_BytesReadRate(const char *, const char *, char *);
+LONG H_BytesWriteRate(const char *, const char *, char *);
+LONG H_DiskQueue(const char *, const char *, char *);
+LONG H_DiskTime(const char *, const char *, char *);
#endif // __DISK_H__
Modified: trunk/src/agent/subagents/linux/linux.cpp
===================================================================
--- trunk/src/agent/subagents/linux/linux.cpp 2008-05-24 12:47:31 UTC (rev 3285)
+++ trunk/src/agent/subagents/linux/linux.cpp 2008-05-24 13:19:20 UTC (rev 3286)
@@ -55,9 +55,9 @@
// Externals
//
-LONG H_DRBDDeviceList(char *pszParam, char *pszArg, NETXMS_VALUES_LIST *pValue);
-LONG H_DRBDDeviceInfo(TCHAR *pszCmd, TCHAR *pArg, TCHAR *pValue);
-LONG H_PhysicalDiskInfo(char *pszParam, char *pszArg, char *pValue);
+LONG H_DRBDDeviceList(const char *pszParam, const char *pszArg, NETXMS_VALUES_LIST *pValue);
+LONG H_DRBDDeviceInfo(const TCHAR *pszCmd, const TCHAR *pArg, TCHAR *pValue);
+LONG H_PhysicalDiskInfo(const char *pszParam, const char *pszArg, char *pValue);
//
Modified: trunk/src/agent/subagents/linux/net.cpp
===================================================================
--- trunk/src/agent/subagents/linux/net.cpp 2008-05-24 12:47:31 UTC (rev 3285)
+++ trunk/src/agent/subagents/linux/net.cpp 2008-05-24 13:19:20 UTC (rev 3286)
@@ -35,7 +35,7 @@
#include "net.h"
-LONG H_NetIpForwarding(char *pszParam, char *pArg, char *pValue)
+LONG H_NetIpForwarding(const char *pszParam, const char *pArg, char *pValue)
{
int nVer = CAST_FROM_POINTER(pArg, int);
int nRet = SYSINFO_RC_ERROR;
@@ -82,7 +82,7 @@
return nRet;
}
-LONG H_NetArpCache(char *pszParam, char *pArg, NETXMS_VALUES_LIST *pValue)
+LONG H_NetArpCache(const char *pszParam, const char *pArg, NETXMS_VALUES_LIST *pValue)
{
int nRet = SYSINFO_RC_ERROR;
FILE *hFile;
@@ -157,7 +157,7 @@
return nRet;
}
-LONG H_NetRoutingTable(char *pszParam, char *pArg, NETXMS_VALUES_LIST *pValue)
+LONG H_NetRoutingTable(const char *pszParam, const char *pArg, NETXMS_VALUES_LIST *pValue)
{
int nRet = SYSINFO_RC_ERROR;
FILE *hFile;
@@ -233,7 +233,7 @@
return nRet;
}
-LONG H_NetIfList(char *pszParam, char *pArg, NETXMS_VALUES_LIST *pValue)
+LONG H_NetIfList(const char *pszParam, const char *pArg, NETXMS_VALUES_LIST *pValue)
{
int nRet = SYSINFO_RC_ERROR;
struct if_nameindex *pIndex;
@@ -334,7 +334,7 @@
return nRet;
}
-LONG H_NetIfInfoFromIOCTL(char *pszParam, char *pArg, char *pValue)
+LONG H_NetIfInfoFromIOCTL(const char *pszParam, const char *pArg, char *pValue)
{
char *eptr, szBuffer[256];
LONG nRet = SYSINFO_RC_SUCCESS;
@@ -426,7 +426,7 @@
return nRet;
}
-LONG H_NetIfInfoFromProc(char *pszParam, char *pArg, char *pValue)
+LONG H_NetIfInfoFromProc(const char *pszParam, const char *pArg, char *pValue)
{
char *ptr, szBuffer[256], szName[IFNAMSIZ];
LONG nIndex, nRet = SYSINFO_RC_SUCCESS;
Modified: trunk/src/agent/subagents/linux/net.h
===================================================================
--- trunk/src/agent/subagents/linux/net.h 2008-05-24 12:47:31 UTC (rev 3285)
+++ trunk/src/agent/subagents/linux/net.h 2008-05-24 13:19:20 UTC (rev 3286)
@@ -35,12 +35,12 @@
#define IF_INFO_SPEED 9
-LONG H_NetIfInfoFromIOCTL(char *, char *, char *);
-LONG H_NetIfInfoFromProc(char *, char *, char *);
-LONG H_NetIpForwarding(char *, char *, char *);
-LONG H_NetArpCache(char *, char *, NETXMS_VALUES_LIST *);
-LONG H_NetRoutingTable(char *, char *, NETXMS_VALUES_LIST *);
-LONG H_NetIfList(char *, char *, NETXMS_VALUES_LIST *);
+LONG H_NetIfInfoFromIOCTL(const char *, const char *, char *);
+LONG H_NetIfInfoFromProc(const char *, const char *, char *);
+LONG H_NetIpForwarding(const char *, const char *, char *);
+LONG H_NetArpCache(const char *, const char *, NETXMS_VALUES_LIST *);
+LONG H_NetRoutingTable(const char *, const char *, NETXMS_VALUES_LIST *);
+LONG H_NetIfList(const char *, const char *, NETXMS_VALUES_LIST *);
#endif // __NET_H__
Modified: trunk/src/agent/subagents/linux/system.cpp
===================================================================
--- trunk/src/agent/subagents/linux/system.cpp 2008-05-24 12:47:31 UTC (rev 3285)
+++ trunk/src/agent/subagents/linux/system.cpp 2008-05-24 13:19:20 UTC (rev 3286)
@@ -36,7 +36,7 @@
// Handler for System.ConnectedUsers parameter
//
-LONG H_ConnectedUsers(char *pszParam, char *pArg, char *pValue)
+LONG H_ConnectedUsers(const char *pszParam, const char *pArg, char *pValue)
{
LONG nRet = SYSINFO_RC_ERROR;
FILE *f;
@@ -66,7 +66,7 @@
// Handler for System.ActiveUserSessions enum
//
-LONG H_ActiveUserSessions(char *pszParam, char *pArg, NETXMS_VALUES_LIST *pValue)
+LONG H_ActiveUserSessions(const char *pszParam, const char *pArg, NETXMS_VALUES_LIST *pValue)
{
LONG nRet = SYSINFO_RC_ERROR;
FILE *f;
@@ -97,7 +97,7 @@
// Handler for System.Uptime parameter
//
-LONG H_Uptime(char *pszParam, char *pArg, char *pValue)
+LONG H_Uptime(const char *pszParam, const char *pArg, char *pValue)
{
FILE *hFile;
unsigned int uUptime = 0;
@@ -129,7 +129,7 @@
return uUptime > 0 ? SYSINFO_RC_SUCCESS : SYSINFO_RC_ERROR;
}
-LONG H_Uname(char *pszParam, char *pArg, char *pValue)
+LONG H_Uname(const char *pszParam, const char *pArg, char *pValue)
{
struct utsname utsName;
int nRet = SYSINFO_RC_ERROR;
@@ -151,7 +151,7 @@
return nRet;
}
-LONG H_Hostname(char *pszParam, char *pArg, char *pValue)
+LONG H_Hostname(const char *pszParam, const char *pArg, char *pValue)
{
int nRet = SYSINFO_RC_ERROR;
char szBuff[128];
@@ -165,7 +165,7 @@
return nRet;
}
-LONG H_CpuLoad(char *pszParam, char *pArg, char *pValue)
+LONG H_CpuLoad(const char *pszParam, const char *pArg, char *pValue)
{
int nRet = SYSINFO_RC_ERROR;
struct statvfs s;
@@ -210,7 +210,7 @@
return nRet;
}
-LONG H_ProcessCount(char *pszParam, char *pArg, char *pValue)
+LONG H_ProcessCount(const char *pszParam, const char *pArg, char *pValue)
{
int nRet = SYSINFO_RC_ERROR;
struct statvfs s;
@@ -237,7 +237,7 @@
return nRet;
}
-LONG H_MemoryInfo(char *pszParam, char *pArg, char *pValue)
+LONG H_MemoryInfo(const char *pszParam, const char *pArg, char *pValue)
{
int nRet = SYSINFO_RC_ERROR;
FILE *hFile;
@@ -303,7 +303,7 @@
return nRet;
}
-LONG H_ProcessList(char *pszParam, char *pArg, NETXMS_VALUES_LIST *pValue)
+LONG H_ProcessList(const char *pszParam, const char *pArg, NETXMS_VALUES_LIST *pValue)
{
int nRet = SYSINFO_RC_ERROR;
PROC_ENT *pEnt;
@@ -331,7 +331,7 @@
//
// stub
//
-LONG H_SourcePkgSupport(char *pszParam, char *pArg, char *pValue)
+LONG H_SourcePkgSupport(const char *pszParam, const char *pArg, char *pValue)
{
ret_int(pValue, 1);
return SYSINFO_RC_SUCCESS;
@@ -620,7 +620,7 @@
ret_double(value, usage);
}
-LONG H_CpuUsage(char *pszParam, char *pArg, char *pValue)
+LONG H_CpuUsage(const char *pszParam, const char *pArg, char *pValue)
{
struct CpuUsageParam *p = (struct CpuUsageParam *)pArg;
int count;
@@ -642,7 +642,7 @@
return SYSINFO_RC_SUCCESS;
}
-LONG H_CpuUsageEx(char *pszParam, char *pArg, char *pValue)
+LONG H_CpuUsageEx(const char *pszParam, const char *pArg, char *pValue)
{
int count, cpu;
char buffer[256], *eptr;
@@ -673,7 +673,7 @@
return SYSINFO_RC_SUCCESS;
}
-LONG H_CpuCount(char *pszParam, char *pArg, char *pValue)
+LONG H_CpuCount(const char *pszParam, const char *pArg, char *pValue)
{
ret_uint(pValue, (m_maxCPU > 0) ? m_maxCPU : 1);
return SYSINFO_RC_SUCCESS;
Modified: trunk/src/agent/subagents/linux/system.h
===================================================================
--- trunk/src/agent/subagents/linux/system.h 2008-05-24 12:47:31 UTC (rev 3285)
+++ trunk/src/agent/subagents/linux/system.h 2008-05-24 13:19:20 UTC (rev 3286)
@@ -61,20 +61,20 @@
int source;
};
-LONG H_ProcessList(char *, char *, NETXMS_VALUES_LIST *);
-LONG H_Uptime(char *, char *, char *);
-LONG H_Uname(char *, char *, char *);
-LONG H_Hostname(char *, char *, char *);
-LONG H_Hostname(char *, char *, char *);
-LONG H_CpuCount(char *, char *, char *);
-LONG H_CpuLoad(char *, char *, char *);
-LONG H_CpuUsage(char *, char *, char *);
-LONG H_CpuUsageEx(char *, char *, char *);
-LONG H_ProcessCount(char *, char *, char *);
-LONG H_MemoryInfo(char *, char *, char *);
-LONG H_SourcePkgSupport(char *, char *, char *);
-LONG H_ConnectedUsers(char *, char *, char *);
-LONG H_ActiveUserSessions(char *, char *, NETXMS_VALUES_LIST *);
+LONG H_ProcessList(const char *, const char *, NETXMS_VALUES_LIST *);
+LONG H_Uptime(const char *, const char *, char *);
+LONG H_Uname(const char *, const char *, char *);
+LONG H_Hostname(const char *, const char *, char *);
+LONG H_Hostname(const char *, const char *, char *);
+LONG H_CpuCount(const char *, const char *, char *);
+LONG H_CpuLoad(const char *, const char *, char *);
+LONG H_CpuUsage(const char *, const char *, char *);
+LONG H_CpuUsageEx(const char *, const char *, char *);
+LONG H_ProcessCount(const char *, const char *, char *);
+LONG H_MemoryInfo(const char *, const char *, char *);
+LONG H_SourcePkgSupport(const char *, const char *, char *);
+LONG H_ConnectedUsers(const char *, const char *, char *);
+LONG H_ActiveUserSessions(const char *, const char *, NETXMS_VALUES_LIST *);
void StartCpuUsageCollector(void);
void ShutdownCpuUsageCollector(void);
Received on Sat May 24 2008 - 16:19:21 EEST
This archive was generated by hypermail 2.2.0 : Sat May 24 2008 - 16:17:53 EEST