Fix: lttng-sessiond: cpu hotplug stream number mismatch
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 11 May 2017 20:00:54 +0000 (16:00 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 May 2017 10:44:34 +0000 (06:44 -0400)
commite9e304dacfa33ba8ab57f41dc36e4f3774f34be0
tree0ee14d80ae2e820a90638c02f4bcf29794493e69
parent6f7cc0bea75495e901950c402abbde051a7aa869
Fix: lttng-sessiond: cpu hotplug stream number mismatch

The counter should be always increasing (kept in the channel), rather
than local to the function. This causes cpu hotplug handling to
disregard further streams that should be added to the consumer output
on CPU hotplug.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/kernel.c
This page took 0.026943 seconds and 5 git commands to generate.