hr_storage.h
来自「snmp的源代码,已经在我的ubuntu下编译通过」· C头文件 代码 · 共 18 行
H
18 行
/* * Host Resources MIB - storage group interface - hr_system.h * */#ifndef _MIBGROUP_HRSTORAGE_H#define _MIBGROUP_HRSTORAGE_Hextern void init_hr_storage(void);extern FindVarMethod var_hrstore;#define HRS_TYPE_MBUF 1#define HRS_TYPE_MEM 2#define HRS_TYPE_SWAP 3#define HRS_TYPE_FIXED_MAX 3 /* the largest fixed type */#endif /* _MIBGROUP_HRSTORAGE_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?