9 lines
102 B
C
9 lines
102 B
C
|
#ifndef SIGAR_OS_H
|
||
|
#define SIGAR_OS_H
|
||
|
|
||
|
struct sigar_t {
|
||
|
SIGAR_T_BASE;
|
||
|
};
|
||
|
|
||
|
#endif /* SIGAR_OS_H */
|