net-snmp 5.7
|
00001 #ifndef SERIALIZE_H 00002 #define SERIALIZE_H 00003 00004 /* 00005 * The serialized helper merely calls its clients multiple times for a 00006 * * given request set, so they don't have to loop through the requests 00007 * * themselves. 00008 */ 00009 00010 #ifdef __cplusplus 00011 extern "C" { 00012 #endif 00013 00014 netsnmp_mib_handler *netsnmp_get_serialize_handler(void); 00015 int netsnmp_register_serialize(netsnmp_handler_registration 00016 *reginfo); 00017 void netsnmp_init_serialize(void); 00018 00019 Netsnmp_Node_Handler netsnmp_serialize_helper_handler; 00020 00021 #ifdef __cplusplus 00022 } 00023 #endif 00024 #endif