📄 hr_storage.h
字号:
/* * 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_FS_MAX 100 /* Maximum # of filesystems supported */#define HRS_TYPE_MEM 101 /* incrementally from FS_MAX */#define HRS_TYPE_SWAP 102#define HRS_TYPE_MBUF 103 /* etc, etc, etc */#define HRS_TYPE_MAX 104 /* one greater than largest type */#endif /* _MIBGROUP_HRSTORAGE_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -