Query: netsnmp_serialize
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
serialize: Calls sub handlers one request at a time.(3) Library Functions Manual serialize: Calls sub handlers one request at a time.(3)NAMEserialize: Calls sub handlers one request at a time. - This functionally passes in one request at a time into lower handlers rather than a whole bunch of requests at once. More... Functions netsnmp_mib_handler * netsnmp_get_serialize_handler (void) returns a serialize handler that can be injected into a given handler chain. int netsnmp_register_serialize (netsnmp_handler_registration *reginfo) functionally the same as calling netsnmp_register_handler() but also injects a serialize handler at the same time for you. int netsnmp_serialize_helper_handler (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests) Implements the serial handler. void netsnmp_init_serialize (void) initializes the serialize helper which then registers a serialize handler as a run-time injectable handler for configuration file use.DETAILED DESCRIPTIONThis functionally passes in one request at a time into lower handlers rather than a whole bunch of requests at once. This is useful for handlers that don't want to iterate through the request lists themselves. Generally, this is probably less efficient so use with caution. The serialize handler might be useable to dynamically fix handlers with broken looping code, however.FUNCTION DOCUMENTATIONnetsnmp_mib_handler* netsnmp_get_serialize_handler (void) returns a serialize handler that can be injected into a given handler chain. Definition at line 34 of file serialize.c. Referenced by netsnmp_init_serialize(), and netsnmp_register_serialize(). void netsnmp_init_serialize (void) initializes the serialize helper which then registers a serialize handler as a run-time injectable handler for configuration file use. Definition at line 96 of file serialize.c. int netsnmp_register_serialize (netsnmp_handler_registration * reginfo) functionally the same as calling netsnmp_register_handler() but also injects a serialize handler at the same time for you. Definition at line 43 of file serialize.c. int netsnmp_serialize_helper_handler (netsnmp_mib_handler * handler, netsnmp_handler_registration * reginfo, netsnmp_agent_request_info * reqinfo, netsnmp_request_info * requests) Implements the serial handler. Definition at line 51 of file serialize.c. net-snmp 5 Oct 2002 serialize: Calls sub handlers one request at a time.(3)
Related Man Pages |
---|
netsnmp_serialize(3) - redhat |
netsnmp_debug(3snmp) - debian |
netsnmp_scalar(3snmp) - debian |
netsnmp_scalar(3) - suse |
netsnmp_row_merge(3) - osx |
Similar Topics in the Unix Linux Community |
---|
Make all words begin with capital letter? |
Tar Command |
About TODO |
Package |
Issue with events occuring in DST window |