add CpuPerc def

This commit is contained in:
Doug MacEachern 2008-09-14 00:17:44 +00:00
parent f2c9cc9d61
commit b3b194e97b
1 changed files with 2 additions and 0 deletions

View File

@ -270,6 +270,8 @@ static VALUE rb_sigar_cpu_info_list(VALUE obj)
return RETVAL;
}
static VALUE rb_cSigarCpuPerc;
static VALUE rb_cSigarFileSystem;
static VALUE rb_sigar_file_system_list(VALUE obj)