bulk_to_next.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * bulk_to_next.h 
  3.  */
  4. #ifndef BULK_TO_NEXT_H
  5. #define BULK_TO_NEXT_H
  6. #ifdef __cplusplus
  7. extern          "C" {
  8. #endif
  9. /*
  10.  * The helper merely intercepts GETBULK requests and converts them to
  11.  * * GETNEXT reequests.
  12.  */
  13. netsnmp_mib_handler *netsnmp_get_bulk_to_next_handler(void);
  14. void            netsnmp_init_bulk_to_next_helper(void);
  15. void            netsnmp_bulk_to_next_fix_requests(netsnmp_request_info
  16.                                                   *requests);
  17. Netsnmp_Node_Handler netsnmp_bulk_to_next_helper;
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21. #endif