sigar_tcp_stat_t renamed to sigar_tcp_t

This commit is contained in:
Doug MacEachern 2007-09-29 18:00:04 +00:00
parent a38e6c39d0
commit 591a11b106
1 changed files with 1 additions and 1 deletions

View File

@ -1043,7 +1043,7 @@ int sigar_net_connection_walk(sigar_net_connection_walker_t *walker)
return SIGAR_OK; return SIGAR_OK;
} }
#define tcpsoff(x) sigar_offsetof(sigar_tcp_stat_t, x) #define tcpsoff(x) sigar_offsetof(sigar_tcp_t, x)
static struct { static struct {
unsigned int id; unsigned int id;