summaryrefslogtreecommitdiffstats
path: root/include/sysinfo.h
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-12 12:39:13 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-12 12:39:13 +0000
commit44c297403e8be585e6dd89ccfee7990dad1feadf (patch)
tree0b54dcfdff4ab1d02a9a239e7038487a3376758c /include/sysinfo.h
parent8db0715194e777206d508d8c354067b7ddef1645 (diff)
downloadzabbix-44c297403e8be585e6dd89ccfee7990dad1feadf.tar.gz
zabbix-44c297403e8be585e6dd89ccfee7990dad1feadf.tar.xz
zabbix-44c297403e8be585e6dd89ccfee7990dad1feadf.zip
- fixed large SQLs calling (Eugene)
- increased message size for alerts (Eugene) - fixed macros substitution for messages (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3821 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 3de8519b..bed63b99 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -131,4 +131,15 @@ int SERVICE_STATE(const char *cmd, const char *param, unsigned flags, AGENT_RESU
int PROC_INFO(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
#endif /* _WINDOWS */
+#ifndef HAVE_SYS_PROCFS_H
+int getprocs(
+ struct procsinfo *ProcessBuffer,
+ int ProcessSize,
+ struct fdsinfo *FileBuffer,
+ int FileSize,
+ pid_t *IndexPointer,
+ int Count
+ );
+#endif /* ndef HAVE_SYS_PROCFS_H */
+
#endif