org.blue.struct
Class timeval

java.lang.Object
  extended by org.blue.struct.timeval

public class timeval
extends java.lang.Object


Field Summary
 long tv_sec
           
 long tv_usec
           
 
Constructor Summary
timeval()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tv_sec

public long tv_sec

tv_usec

public long tv_usec
Constructor Detail

timeval

public timeval()