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 00:20:02 +0000 (20:20 -0400)
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>

No differences found
This page took 0.024501 seconds and 4 git commands to generate.