00001 #ifndef SERIALIZE_H00002 #define SERIALIZE_H00003
00004 /*00005 * The serialized helper merely calls its clients multiple times for a00006 * * given request set, so they don't have to loop through the requests00007 * * themselves.00008 */00009
00010 #ifdef __cplusplus00011 extern"C" {
00012 #endif00013
00014 netsnmp_mib_handler *netsnmp_get_serialize_handler(void);
00015 intnetsnmp_register_serialize(netsnmp_handler_registration00016 *reginfo);
00017 voidnetsnmp_init_serialize(void);
00018
00019 Netsnmp_Node_Handler netsnmp_serialize_helper_handler;
00020
00021 #ifdef __cplusplus00022 }
00023 #endif00024 #endif
Generated on Wed Aug 26 10:35:38 2009 for net-snmp by 1.5.7.1
Last modified: Tuesday, 23-Dec-2025 17:22:04 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.