sigar/src/os/osf1/sigar_os.h

15 lines
203 B
C
Raw Normal View History

2004-09-06 11:02:04 +08:00
#ifndef SIGAR_OS_H
#define SIGAR_OS_H
2004-09-06 11:27:28 +08:00
#include <sys/vm.h>
#include <mach.h>
#include <mach/mach_types.h>
#include <mach/vm_statistics.h>
2004-09-06 11:02:04 +08:00
struct sigar_t {
SIGAR_T_BASE;
};
#endif /* SIGAR_OS_H */