Fix: mismatch of ust_app_snapshot_record prototype
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 00:20:00 +0000 (20:20 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:16 +0000 (16:39 -0400)
commitcfae5b6d07c7e2752f71820cc61fdf85f4935138
tree1f560cf52f72a227ee5cb7e4e1837cfd3060fbdb
parent9303542eaae40f285dac0b029b472389c637aaf5
Fix: mismatch of ust_app_snapshot_record prototype

The stub of ust_app_snapshot_record() used when building without
lttng-ust support does not match the actual prototype defined
in ust-app.h. The consumer_output pointer parameter must be
marked as const.

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