change proc_state.threads type
This commit is contained in:
		
							parent
							
								
									743b441aa2
								
							
						
					
					
						commit
						2f1ecff921
					
				@ -255,7 +255,7 @@ typedef struct {
 | 
				
			|||||||
    int tty;
 | 
					    int tty;
 | 
				
			||||||
    int priority;
 | 
					    int priority;
 | 
				
			||||||
    int nice;
 | 
					    int nice;
 | 
				
			||||||
    int threads;
 | 
					    sigar_uint64_t threads;
 | 
				
			||||||
} sigar_proc_state_t;
 | 
					} sigar_proc_state_t;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SIGAR_DECLARE(int) sigar_proc_state_get(sigar_t *sigar, sigar_pid_t pid,
 | 
					SIGAR_DECLARE(int) sigar_proc_state_get(sigar_t *sigar, sigar_pid_t pid,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user