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

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef NSCACHE_H
  2. #define NSCACHE_H
  3. /*
  4.  * function declarations 
  5.  */
  6. void            init_nsCache(void);
  7. /*
  8.  * Handlers for the scalar objects
  9.  */
  10. Netsnmp_Node_Handler handle_nsCacheTimeout;
  11. Netsnmp_Node_Handler handle_nsCacheEnabled;
  12. /*
  13.  * Handler and iterators for the cache table
  14.  */
  15. Netsnmp_Node_Handler handle_nsCacheTable;
  16. Netsnmp_First_Data_Point  get_first_cache_entry;
  17. Netsnmp_Next_Data_Point   get_next_cache_entry;
  18. #endif /* NSCACHE_H */