From: Michael Jeanson Date: Fri, 2 Mar 2018 22:36:25 +0000 (-0500) Subject: Fix: reset cached vpid context on fork X-Git-Tag: v2.9.3~7 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=77971c85ca9f6d3c8725dc8bdb46b1a4f4671465;hp=77971c85ca9f6d3c8725dc8bdb46b1a4f4671465;p=lttng-ust.git 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 Signed-off-by: Mathieu Desnoyers ---