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:39 +0000 (10:41 -0500)
commit06b16a0bab0098e44c4cdffef2e92ed1e5a0abcc
treea58cffc8748d6542d200bada6dfdbc604848c0ce
parent40c1d6b99cceaaf5dc9eaae65f5247c82231ad28
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.024437 seconds and 5 git commands to generate.