#ifndef SIGAR_OS_H #define SIGAR_OS_H #include #include #include #include struct sigar_t { SIGAR_T_BASE; struct pst_static pstatic; time_t last_getprocs; sigar_pid_t last_pid; struct pst_status *pinfo; }; int hpux_get_mib_ifentry(int ppa, mib_ifEntry *mib); #endif /* SIGAR_OS_H */