Fix: sessiond: NULL thread_state provided to pthread_cleanup callback
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 17 Oct 2019 18:35:34 +0000 (14:35 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 17 Oct 2019 19:33:41 +0000 (15:33 -0400)
commitbe6cb2f4ac4187c08fba0b6d7594ff26efc9ce4e
treed474ba7cadf38e7e1af8db9bfb9cf41dd8c72373
parent8712cbfc306d0ea0f25a94af2720f163d1803c29
Fix: sessiond: NULL thread_state provided to pthread_cleanup callback

The callback registered through pthread_cleanup_push(...),
thread_init_cleanup, now expects a non-NULL thread_state argument.

The thread_state is passed to match this recent change.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/register.c
This page took 0.024754 seconds and 4 git commands to generate.