stub proc_state.processor
This commit is contained in:
parent
b83898fb21
commit
a6f687a894
|
@ -958,6 +958,7 @@ int sigar_proc_state_get(sigar_t *sigar, sigar_pid_t pid,
|
|||
procstate->nice = pinfo->KI_NICE;
|
||||
procstate->tty = SIGAR_FIELD_NOTIMPL; /*XXX*/
|
||||
procstate->threads = SIGAR_FIELD_NOTIMPL;
|
||||
procstate->processor = SIGAR_FIELD_NOTIMPL;
|
||||
|
||||
switch (pinfo->KI_STAT) {
|
||||
case SIDL:
|
||||
|
|
Loading…
Reference in New Issue