Fix race in exit of eta/util thread
[fio.git] / flist_sort.h
1 #ifndef FIO_FLIST_SORT_H
2 #define FIO_FLIST_SORT_H
3
4 struct flist_head;
5
6 void flist_sort(void *priv, struct flist_head *head,
7                int (*cmp)(void *priv, struct flist_head *a,
8                           struct flist_head *b));
9 #endif