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:52 +0000 (10:41 -0500)
commitf575e0495b7f1f0305dc6fa48d4a96b9f4cc906e
tree85be1d50c0b412c44d4d2303f15fee0fd80b579a
parenta04a4f93379fa178ef10e0f408c296a2db2fa7ff
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.02479 seconds and 4 git commands to generate.