X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust.h;h=0b2a8979a3002cca8f89c82052aafdd54e610f0e;hb=735bef4705cc42f25d26f25be09ba98f1efb8511;hp=b03cf1cba8811f6c0d24d2db73c42c9c04e76515;hpb=d2428e875af8666473fb689429eaf1022862510d;p=lttng-ust.git diff --git a/include/lttng/ust.h b/include/lttng/ust.h index b03cf1cb..0b2a8979 100644 --- a/include/lttng/ust.h +++ b/include/lttng/ust.h @@ -23,6 +23,8 @@ * SOFTWARE. */ +#include + #ifdef __cplusplus extern "C" { #endif @@ -30,6 +32,8 @@ extern "C" { extern void ust_before_fork(sigset_t *save_sigset); extern void ust_after_fork_parent(sigset_t *restore_sigset); extern void ust_after_fork_child(sigset_t *restore_sigset); +extern void ust_after_setns(void); +extern void ust_after_unshare(void); #ifdef __cplusplus }