diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-06-24 16:38:04 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-06-24 16:38:04 +0000 |
| commit | 923e05b9533aaa3b1b109ccab4341e7555147fcb (patch) | |
| tree | 1a4ec818b490ec8657c6e3db609e90d8abd88810 /include | |
| parent | 40bb7ff3f4273fc81b759d40bced2e2e6dddc7f7 (diff) | |
- draw graph's timeline even if no data exists (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1889 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
| -rw-r--r-- | include/sysinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h index 4e5cc40e..fb3f48f3 100644 --- a/include/sysinfo.h +++ b/include/sysinfo.h @@ -107,6 +107,7 @@ int SHAREDMEM(const char *cmd, const char *parameter,double *value); int TOTALMEM(const char *cmd, const char *parameter,double *value); int PROCCNT(const char *cmd, const char *parameter,double *value); int PROCCOUNT(const char *cmd, const char *parameter,double *value); + int PROCLOAD(const char *cmd, const char *parameter,double *value); int PROCLOAD5(const char *cmd, const char *parameter,double *value); int PROCLOAD15(const char *cmd, const char *parameter,double *value); |
