X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os-linux.h;h=549694a468081b31208486dbf4605191dd054fa5;hb=eb7c8ae27bc301b77490b3586dd5ccab7c95880a;hp=b147d4f3b340c0fd2bb5f352b469beb97e6b57e7;hpb=bf0dc8fae8b21c666a0a927c1d473ad59101e7fd;p=fio.git diff --git a/os-linux.h b/os-linux.h index b147d4f3..549694a4 100644 --- a/os-linux.h +++ b/os-linux.h @@ -102,9 +102,9 @@ async_wait(unsigned long min_wait_events, unsigned long user_ring_idx, user_ring_idx, ahu); } -static inline long async_thread(void) +static inline long async_thread(void *event, struct async_head_user *ahu) { - return syscall(__NR_async_thread); + return syscall(__NR_async_thread, event, ahu); } static inline long umem_add(unsigned long *uptr, unsigned long inc)