add net_connection.{send,receive}_queue fields
This commit is contained in:
		
							parent
							
								
									3cde52b59f
								
							
						
					
					
						commit
						272d3662b3
					
				@ -492,6 +492,8 @@ typedef struct {
 | 
				
			|||||||
    unsigned long inode;
 | 
					    unsigned long inode;
 | 
				
			||||||
    int type;
 | 
					    int type;
 | 
				
			||||||
    int state;
 | 
					    int state;
 | 
				
			||||||
 | 
					    unsigned long send_queue;
 | 
				
			||||||
 | 
					    unsigned long receive_queue;
 | 
				
			||||||
} sigar_net_connection_t;
 | 
					} sigar_net_connection_t;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef struct {
 | 
					typedef struct {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user