sigar_tcp_stat_t renamed to sigar_tcp_t

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

View File

@ -681,8 +681,8 @@ sigar_net_interface_list_get(sigar_t *sigar,
} }
SIGAR_DECLARE(int) SIGAR_DECLARE(int)
sigar_tcp_stat_get(sigar_t *sigar, sigar_tcp_get(sigar_t *sigar,
sigar_tcp_stat_t *tcpstat) sigar_tcp_t *tcp)
{ {
return SIGAR_ENOTIMPL; return SIGAR_ENOTIMPL;
} }