stub proc_state.processor

This commit is contained in:
Doug MacEachern 2005-11-28 17:48:57 +00:00
parent b83898fb21
commit a6f687a894
1 changed files with 1 additions and 0 deletions

View File

@ -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: