add net_connection_walk decl

This commit is contained in:
Doug MacEachern 2006-06-20 00:27:58 +00:00
parent bebf4d7713
commit c24b20a928
1 changed files with 3 additions and 0 deletions

View File

@ -578,6 +578,9 @@ struct sigar_net_connection_walker_t {
sigar_net_connection_t *connection);
};
SIGAR_DECLARE(int)
sigar_net_connection_walk(sigar_net_connection_walker_t *walker);
typedef struct {
int tcp_states[SIGAR_TCP_UNKNOWN];
unsigned int tcp_inbound_total;