net-snmp 5.7
|
Convert GET_STASH requests into GETNEXT requests for the handler. More...
Functions | |
int | netsnmp_stash_to_next_helper (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests) |
Convert GET_STASH requests into GETNEXT requests for the handler.
The purpose of this handler is to convert a GET_STASH auto-cache request to a series of GETNEXT requests. It can be inserted into a handler chain where the lower-level handlers don't process such requests themselves.