Class Timestruc

java.lang.Object
oshi.driver.common.unix.aix.Timestruc

public class Timestruc extends Object
64-bit AIX timestruc_t required by the AixPsInfo struct: seconds, nanoseconds, padding.
  • Field Details

    • tv_sec

      public long tv_sec
    • tv_nsec

      public int tv_nsec
    • pad

      public int pad
  • Constructor Details