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)
commit3637639a75795ff18c0daf7d579eaa57608e7a14
tree0168a1bb71c8d3b20f248737440d332cc7674032
parent517915328bfcf050e7236a6879d97ea0d45693c1
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.024722 seconds and 4 git commands to generate.