diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-08 23:26:20 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-08 23:26:20 +0000 |
| commit | d3fe02b7bbe894a89726f107fd8a593decae5027 (patch) | |
| tree | 206fa89d7fcf8edfd5e24e5af6fdb7622e8300e0 /include | |
| parent | 3aeadf322092f6e3bd0257c601114274760d3540 (diff) | |
| download | zabbix-d3fe02b7bbe894a89726f107fd8a593decae5027.tar.gz zabbix-d3fe02b7bbe894a89726f107fd8a593decae5027.tar.xz zabbix-d3fe02b7bbe894a89726f107fd8a593decae5027.zip | |
- [DEV-114] special processing of simple SNMP OIDs like ifDescr, ifInOctets, etc (Alexei)
- [DEV-114] monitoring of SNMP objects having flexible Index (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@5337 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index a371208f..5dc51927 100644 --- a/include/common.h +++ b/include/common.h @@ -563,6 +563,8 @@ void rtrim_spaces(char *c); void delete_reol(char *c); int get_param(const char *param, int num, char *buf, int maxlen); int num_param(const char *param); +int get_key_param(char *param, int num, char *buf, int maxlen); +int num_key_param(char *param); int calculate_item_nextcheck(zbx_uint64_t itemid, int item_type, int delay, char *delay_flex, time_t now); int check_time_period(const char *period, time_t now); char zbx_num2hex(u_char c); |
