Fix: sessiond does not build without lttng-ust support
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Sep 2019 15:46:23 +0000 (11:46 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Sep 2019 15:46:23 +0000 (11:46 -0400)
commit16ea9370e1b1d553c795d888cef0c900079a1ae2
treef5fbfb6804968efb7e86aa014a504a219c63faed
parent97e14d51a63e9abd40d9bce02fe66ee70100e252
Fix: sessiond does not build without lttng-ust support

A syntax error in the stub of ust_registry_session_init()
(extra semi-colon) prevents the build of the lttng-sessiond
from succeeding when configured with the --without-lttng-ust
option.

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