Merge branch 'evelu-peak' of https://github.com/ErwanAliasr1/fio
[fio.git] / lib / getrusage.h
1 #ifndef FIO_GETRUSAGE_H
2 #define FIO_GETRUSAGE_H
3
4 #include <sys/time.h>
5 #include <sys/resource.h>
6
7 extern int fio_getrusage(struct rusage *ru);
8
9 #endif