X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=include%2Flttng%2Fust.h;h=0b2a8979a3002cca8f89c82052aafdd54e610f0e;hp=2779d7a76165b1c73735683bb61c2d74530cb5d7;hb=735bef4705cc42f25d26f25be09ba98f1efb8511;hpb=20142124a2e34c287a277bbd7ef5b28697735d10 diff --git a/include/lttng/ust.h b/include/lttng/ust.h index 2779d7a7..0b2a8979 100644 --- a/include/lttng/ust.h +++ b/include/lttng/ust.h @@ -32,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 }