Merge branch 'sigar-1.6'

This commit is contained in:
Doug MacEachern 2009-07-07 15:36:50 -07:00
commit a9533e619d
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ public interface SigarProxy {
public NetStat getNetStat() throws SigarException; public NetStat getNetStat() throws SigarException;
public String getNetServicesName(int protocol, long port);
public Who[] getWhoList() throws SigarException; public Who[] getWhoList() throws SigarException;
public Tcp getTcp() throws SigarException; public Tcp getTcp() throws SigarException;