change proc_state.threads type

This commit is contained in:
Doug MacEachern 2005-11-23 00:43:29 +00:00
parent 743b441aa2
commit 2f1ecff921
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ typedef struct {
int tty;
int priority;
int nice;
int threads;
sigar_uint64_t threads;
} sigar_proc_state_t;
SIGAR_DECLARE(int) sigar_proc_state_get(sigar_t *sigar, sigar_pid_t pid,