Source
661
661
char *ports;
662
662
char *snmpv3_securityname;
663
663
unsigned char snmpv3_securitylevel;
664
664
char *snmpv3_authpassphrase;
665
665
char *snmpv3_privpassphrase;
666
666
unsigned char uniq;
667
667
unsigned char snmpv3_authprotocol;
668
668
unsigned char snmpv3_privprotocol;
669
669
char *snmpv3_contextname;
670
670
unsigned char allow_redirect;
671
-
int timeout_sec;
671
+
int timeout;
672
672
}
673
673
zbx_dc_dcheck_t;
674
674
675
675
ZBX_PTR_VECTOR_DECL(dc_dcheck_ptr, zbx_dc_dcheck_t *)
676
676
677
677
typedef struct
678
678
{
679
679
zbx_uint64_t druleid;
680
680
zbx_uint64_t proxyid;
681
681
time_t nextcheck;