Merge branch 'sigar-1.6'

This commit is contained in:
Doug MacEachern 2009-07-07 15:36:50 -07:00
commit a9533e619d

View File

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