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;
|
||||
int type;
|
||||
int state;
|
||||
unsigned long send_queue;
|
||||
unsigned long receive_queue;
|
||||
} sigar_net_connection_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in New Issue