Fix: mismatch of ust_app_get_size_one_more_packet_per_stream prototype
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 00:22:20 +0000 (20:22 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:16 +0000 (16:39 -0400)
commitca00a20c0f83c9dd9d6709cbeeee92eb880c3c6f
tree569a1a272665249d62383b6743bb53ca0f5f40ef
parentcfae5b6d07c7e2752f71820cc61fdf85f4935138
Fix: mismatch of ust_app_get_size_one_more_packet_per_stream prototype

The stub of ust_app_get_size_one_more_packet_per_stream() used when
building without lttng-ust support does not match the actual prototype
defined in ust-app.h. The ltt_ust_session 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.031426 seconds and 4 git commands to generate.