Fix: reset cached vpid context on fork
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 2 Mar 2018 22:36:25 +0000 (17:36 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Mar 2018 15:41:54 +0000 (10:41 -0500)
commit77971c85ca9f6d3c8725dc8bdb46b1a4f4671465
treebf4d61789c5b36fbdcb8f80fdcb81b3bd6942e36
parent85b61f5719615e8ec6df8ecdcaa8f5a4a7adfb29
Fix: reset cached vpid context on fork

We currently reset the cached vtid on fork but not the vpid. This is not
a problem on Linux because we don't cache the vpid internally but call
getpid() directly and rely on the glibc pid cache.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-comm.c
This page took 0.0266 seconds and 4 git commands to generate.