From 591a11b1062fa5f20807324b4a6fb62b1f118efa Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Sat, 29 Sep 2007 18:00:04 +0000 Subject: [PATCH] sigar_tcp_stat_t renamed to sigar_tcp_t --- src/os/hpux/hpux_sigar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/hpux/hpux_sigar.c b/src/os/hpux/hpux_sigar.c index 76235e3a..e14cb071 100644 --- a/src/os/hpux/hpux_sigar.c +++ b/src/os/hpux/hpux_sigar.c @@ -1043,7 +1043,7 @@ int sigar_net_connection_walk(sigar_net_connection_walker_t *walker) return SIGAR_OK; } -#define tcpsoff(x) sigar_offsetof(sigar_tcp_stat_t, x) +#define tcpsoff(x) sigar_offsetof(sigar_tcp_t, x) static struct { unsigned int id;