diff options
author | Boris Lytochkin <lytboris@php.net> | 2011-07-17 19:45:05 +0000 |
---|---|---|
committer | Boris Lytochkin <lytboris@php.net> | 2011-07-17 19:45:05 +0000 |
commit | 5c110b9a76febcecb9c81e7ff7449dc3d59b1999 (patch) | |
tree | 7091f87b73a2414a36b07738511dabea7556d308 /ext/snmp/php_snmp.h | |
parent | e1d4676065f8ba63197acb75e7a1f1242c4f633b (diff) | |
download | php-git-5c110b9a76febcecb9c81e7ff7449dc3d59b1999.tar.gz |
new propery noOIDIncreasingCheck allowing to skip
OID increasing check (userful for bogus SNMP agents)
Diffstat (limited to 'ext/snmp/php_snmp.h')
-rw-r--r-- | ext/snmp/php_snmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h index 7ba07e005f..e7b3576ee5 100644 --- a/ext/snmp/php_snmp.h +++ b/ext/snmp/php_snmp.h @@ -93,6 +93,7 @@ typedef struct _php_snmp_object { int enum_print; int oid_output_format; int snmp_errno; + int noOIDIncreasingCheck; char snmp_errstr[128]; } php_snmp_object; |