X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-sessiond%2Ffutex.h;h=a056ec22b6e28d813c8deeb1c8a87af924c08673;hb=9674ce7a9c5218066b395d1f6d1f19f277849f95;hp=ebda1e06c2a8611f883c45015bf0535af58db1d6;hpb=f8f0c3d1337c4eda5fb76a323ffe6c21c926a21e;p=lttng-tools.git diff --git a/ltt-sessiond/futex.h b/ltt-sessiond/futex.h index ebda1e06c..a056ec22b 100644 --- a/ltt-sessiond/futex.h +++ b/ltt-sessiond/futex.h @@ -19,6 +19,7 @@ #ifndef _LTT_FUTEX_H #define _LTT_FUTEX_H +void futex_wait_update(int32_t *futex, int active); void futex_nto1_prepare(int32_t *futex); void futex_nto1_wait(int32_t *futex); void futex_nto1_wake(int32_t *futex);