Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ext/snmp/php_snmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ typedef struct _php_snmp_object {
int valueretrieval;
bool quick_print;
bool enum_print;
bool numeric_index;
bool numeric_timeticks;
bool extended_index;
bool dont_print_units;
bool escape_quotes;
bool print_hex_text;
int string_output_format;
int oid_output_format;
int snmp_errno;
bool oid_increasing_check;
Expand Down
Loading
Loading