summaryrefslogtreecommitdiffstats
path: root/include/sysinfo.h
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-12-05 12:19:03 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-12-05 12:19:03 +0000
commitcfc9c55a936e4340ededa05de22c7918ee5777a9 (patch)
tree813048c02cf6b0ddc86c5d903652aa90bf8a11f2 /include/sysinfo.h
parentbf285e4a15e9ea845eaf66c3cb9f389057c7ccee (diff)
downloadzabbix-cfc9c55a936e4340ededa05de22c7918ee5777a9.tar.gz
zabbix-cfc9c55a936e4340ededa05de22c7918ee5777a9.tar.xz
zabbix-cfc9c55a936e4340ededa05de22c7918ee5777a9.zip
- improved support vfs.file.time[filename,<access|modify|change>] (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2395 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index cf70791a..36fc2680 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -88,15 +88,13 @@ int SYSTEM_UNUM(const char *cmd, const char *param, unsigned flags, AGENT_RE
int SYSTEM_UPTIME(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_DEV_READ(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_DEV_WRITE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-int VFS_FILE_ATIME(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_FILE_CKSUM(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-int VFS_FILE_CTIME(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_FILE_EXISTS(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_FILE_MD5SUM(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-int VFS_FILE_MTIME(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_FILE_REGEXP(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_FILE_REGMATCH(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_FILE_SIZE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
+int VFS_FILE_TIME(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_FS_INODE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_FS_SIZE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VM_MEMORY_SIZE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);