sigar_tcp_stat_t renamed to sigar_tcp_t
This commit is contained in:
		
							parent
							
								
									a38e6c39d0
								
							
						
					
					
						commit
						591a11b106
					
				@ -1043,7 +1043,7 @@ int sigar_net_connection_walk(sigar_net_connection_walker_t *walker)
 | 
			
		||||
    return SIGAR_OK;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define tcpsoff(x) sigar_offsetof(sigar_tcp_stat_t, x)
 | 
			
		||||
#define tcpsoff(x) sigar_offsetof(sigar_tcp_t, x)
 | 
			
		||||
 | 
			
		||||
static struct {
 | 
			
		||||
    unsigned int id;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user