add net_connection.{send,receive}_queue fields

This commit is contained in:
Doug MacEachern 2005-03-12 04:12:15 +00:00
parent 3cde52b59f
commit 272d3662b3
1 changed files with 2 additions and 0 deletions

View File

@ -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 {