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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  *  Host Resources MIB - storage group interface - hr_system.h
  3.  *
  4.  */
  5. #ifndef _MIBGROUP_HRSTORAGE_H
  6. #define _MIBGROUP_HRSTORAGE_H
  7. extern void     init_hr_storage(void);
  8. extern FindVarMethod var_hrstore;
  9. #define HRS_TYPE_MBUF 1
  10. #define HRS_TYPE_MEM 2
  11. #define HRS_TYPE_SWAP 3
  12. #define HRS_TYPE_FIXED_MAX 3     /* the largest fixed type */
  13. #endif                          /* _MIBGROUP_HRSTORAGE_H */