use sigar_uint32_t for net_stat metrics
This commit is contained in:
		
							parent
							
								
									f1830f5576
								
							
						
					
					
						commit
						508a7d19b4
					
				@ -604,8 +604,8 @@ sigar_net_connection_walk(sigar_net_connection_walker_t *walker);
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
typedef struct {
 | 
					typedef struct {
 | 
				
			||||||
    int tcp_states[SIGAR_TCP_UNKNOWN];
 | 
					    int tcp_states[SIGAR_TCP_UNKNOWN];
 | 
				
			||||||
    unsigned int tcp_inbound_total;
 | 
					    sigar_uint32_t tcp_inbound_total;
 | 
				
			||||||
    unsigned int tcp_outbound_total;
 | 
					    sigar_uint32_t tcp_outbound_total;
 | 
				
			||||||
} sigar_net_stat_t;
 | 
					} sigar_net_stat_t;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SIGAR_DECLARE(int)
 | 
					SIGAR_DECLARE(int)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user