Version 2.10.3
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index 0cf5ecd9687536be5fc7794c4bfeb28ed135a11f..bd4d7152db4557a624ce99c37521e5918a5780ad 100644 (file)
@@ -1986,7 +1986,9 @@ void ust_after_fork_child(sigset_t *restore_sigset)
 {
        if (URCU_TLS(lttng_ust_nest_count))
                return;
+       lttng_context_vpid_reset();
        lttng_context_vtid_reset();
+       lttng_context_procname_reset();
        DBG("process %d", getpid());
        /* Release urcu mutexes */
        rcu_bp_after_fork_child();
This page took 0.022876 seconds and 4 git commands to generate.