X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=flist.h;h=8e1304142cc3d3468b79f75872e534220626ce59;hb=517a1a48fd672893bc3092ce255f551ef4d8ed2a;hp=7aca9730b2e9621349cfb27b427c3ff19f91829f;hpb=79d16311c8d0c7188d73df77838fb1b4b6ff58db;p=fio.git diff --git a/flist.h b/flist.h index 7aca9730..8e130414 100644 --- a/flist.h +++ b/flist.h @@ -176,4 +176,7 @@ static inline void flist_splice_init(struct flist_head *list, for (pos = (head)->next, n = pos->next; pos != (head); \ pos = n, n = pos->next) +extern void flist_sort(void *priv, struct flist_head *head, + int (*cmp)(void *priv, struct flist_head *a, struct flist_head *b)); + #endif