hr_storage.h

来自「非常不错的网管开发包」· C头文件 代码 · 共 20 行

H
20
字号
/* *  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 + =
减小字号Ctrl + -
显示快捷键?