add kstat_io_t
This commit is contained in:
		
							parent
							
								
									005fea17c2
								
							
						
					
					
						commit
						e7a3509a14
					
				@ -5,7 +5,7 @@ my $prg = "$0.out";
 | 
				
			|||||||
my $cmd = "$Config{cc} -Wall -D$^O -o $prg $0; ./$prg; rm $prg";
 | 
					my $cmd = "$Config{cc} -Wall -D$^O -o $prg $0; ./$prg; rm $prg";
 | 
				
			||||||
print $cmd; system $cmd;
 | 
					print $cmd; system $cmd;
 | 
				
			||||||
__END__
 | 
					__END__
 | 
				
			||||||
 */
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <stdio.h>
 | 
					#include <stdio.h>
 | 
				
			||||||
#include <stdlib.h>
 | 
					#include <stdlib.h>
 | 
				
			||||||
@ -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),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user