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:
authorJanis Freibergs <janis.freibergs@zabbix.com>2022-02-09 14:08:01 +0300
committerJanis Freibergs <janis.freibergs@zabbix.com>2022-03-03 17:04:19 +0300
commit48146ea7a27dfb44dc62885fbfede04a51b6abe7 (patch)
treef1a5182bbb250768bc1a17a1adc3814c05639bf9 /include
parentf58d34a155915cb0425b5d39aa37a174d04ebc40 (diff)
A.F.....S. [ZBX-19118] transferred changes from older branch; updated value assignment to interface main status via constants; de-duplicated HTTP Agent item/prototype property assignment, read-only state when inherited from template; resolved conflict
- ui/host_prototypes.php
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index d29623e7017..271d05854ba 100644
--- a/include/common.h
+++ b/include/common.h
@@ -188,6 +188,7 @@ typedef enum
INTERFACE_TYPE_SNMP,
INTERFACE_TYPE_IPMI,
INTERFACE_TYPE_JMX,
+ INTERFACE_TYPE_OPT = 254,
INTERFACE_TYPE_ANY = 255
}
zbx_interface_type_t;