add kstat_io_t

This commit is contained in:
Doug MacEachern 2005-12-09 21:15:48 +00:00
parent 005fea17c2
commit e7a3509a14

View File

@ -31,6 +31,7 @@ static sizeof_info_t sizeof_info[] = {
SIZEOF_INFO(kstat_named_t), SIZEOF_INFO(kstat_named_t),
SIZEOF_INFO(vminfo_t), SIZEOF_INFO(vminfo_t),
SIZEOF_INFO(cpu_stat_t), SIZEOF_INFO(cpu_stat_t),
SIZEOF_INFO(kstat_io_t),
/* procfs */ /* procfs */
SIZEOF_INFO(psinfo_t), SIZEOF_INFO(psinfo_t),
SIZEOF_INFO(prusage_t), SIZEOF_INFO(prusage_t),