diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-04-25 13:36:21 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-04-25 13:36:21 +0000 |
| commit | def54445e0927328542a4d1162ccfed99f962b86 (patch) | |
| tree | 5e3070996266bc32f55f237f10febc57e7e141d4 /src/libs/zbxsysinfo/linux/proc.c | |
| parent | 0b8329a1c06de8a4f426519daca06c9a7f9bc1bb (diff) | |
| download | zabbix-def54445e0927328542a4d1162ccfed99f962b86.tar.gz zabbix-def54445e0927328542a4d1162ccfed99f962b86.tar.xz zabbix-def54445e0927328542a4d1162ccfed99f962b86.zip | |
- added support of proc.mem[] for AIX (Eugene)
- added support of proc.num[] for AIX (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2780 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs/zbxsysinfo/linux/proc.c')
| -rw-r--r-- | src/libs/zbxsysinfo/linux/proc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/zbxsysinfo/linux/proc.c b/src/libs/zbxsysinfo/linux/proc.c index e5e56eef..b8d7a21d 100644 --- a/src/libs/zbxsysinfo/linux/proc.c +++ b/src/libs/zbxsysinfo/linux/proc.c @@ -28,7 +28,7 @@ #define DO_AVG 3 int PROC_MEMORY(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result) -{ // usage: <function name>[ <process name>, <user name>, <mode>, <command> ] +{ /* usage: <function name>[ <process name>, <user name>, <mode>, <command> ] */ DIR *dir; struct dirent *entries; @@ -313,7 +313,7 @@ int PROC_MEMORY(const char *cmd, const char *param, unsigned flags, AGENT_RE } int PROC_NUM(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result) -{ // usage: <function name>[ <process name>, <user name>, <process state>, <command> ] +{ /* usage: <function name>[ <process name>, <user name>, <process state>, <command> ] */ DIR *dir; struct dirent *entries; |
