use sigar_uint32_t for net_stat metrics

This commit is contained in:
Doug MacEachern 2006-07-10 20:04:41 +00:00
parent f1830f5576
commit 508a7d19b4
1 changed files with 2 additions and 2 deletions

View File

@ -604,8 +604,8 @@ 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; sigar_uint32_t tcp_inbound_total;
unsigned int tcp_outbound_total; sigar_uint32_t tcp_outbound_total;
} sigar_net_stat_t; } sigar_net_stat_t;
SIGAR_DECLARE(int) SIGAR_DECLARE(int)