add net_connection_walk decl
This commit is contained in:
parent
bebf4d7713
commit
c24b20a928
|
@ -578,6 +578,9 @@ struct sigar_net_connection_walker_t {
|
||||||
sigar_net_connection_t *connection);
|
sigar_net_connection_t *connection);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
SIGAR_DECLARE(int)
|
||||||
|
sigar_net_connection_walk(sigar_net_connection_walker_t *walker);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int tcp_states[SIGAR_TCP_UNKNOWN];
|
int tcp_states[SIGAR_TCP_UNKNOWN];
|
||||||
unsigned int tcp_inbound_total;
|
unsigned int tcp_inbound_total;
|
||||||
|
|
Loading…
Reference in New Issue