Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksejs Ĺ estakovs <aleksejs.sestakovs@zabbix.com>2019-03-19 14:03:17 +0300
committerAleksejs Ĺ estakovs <aleksejs.sestakovs@zabbix.com>2019-03-19 14:03:17 +0300
commitcaf4b6858ebf766c59af59053969bde48e8e4880 (patch)
treeaab714ce705affa2c45c0f36ca74c55743e5b466 /include/sysinfo.h
parent870a1b5d7681cffd7b38a89cb932a8a91174b22a (diff)
...G...... [ZBXNEXT-1302] added discovery of block devices
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 02800ebe98f..9607d69bb74 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -263,6 +263,7 @@ int SYSTEM_UNAME(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_BOOTTIME(AGENT_REQUEST *request, AGENT_RESULT *result);
int VFS_DEV_READ(AGENT_REQUEST *request, AGENT_RESULT *result);
int VFS_DEV_WRITE(AGENT_REQUEST *request, AGENT_RESULT *result);
+int VFS_DEV_DISCOVERY(AGENT_REQUEST *request, AGENT_RESULT *result);
int VFS_FS_INODE(AGENT_REQUEST *request, AGENT_RESULT *result);
int VFS_FS_SIZE(AGENT_REQUEST *request, AGENT_RESULT *result);
int VFS_FS_DISCOVERY(AGENT_REQUEST *request, AGENT_RESULT *result);