X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Fust.h;fp=include%2Flttng%2Fust.h;h=0b2a8979a3002cca8f89c82052aafdd54e610f0e;hb=4b5f26af4d267f5e5a1eb9dbfd8ca4fd5f5896fb;hp=2779d7a76165b1c73735683bb61c2d74530cb5d7;hpb=6c737d0594cac0d969e1948ea1ed55c15be9cec8;p=lttng-ust.git 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 }