add CpuPerc def
This commit is contained in:
parent
f2c9cc9d61
commit
b3b194e97b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue