]> git.liburcu.org Git - lttng-tools.git/commit
liblttng-ctl: Stub out removed variable `error_log_time`
authorKienan Stewart <kstewart@efficios.com>
Tue, 7 Jan 2025 20:09:41 +0000 (15:09 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Jan 2025 19:20:45 +0000 (19:20 +0000)
commitec1a9ccf142da5f609d032e23b2bc0047a5bddd8
tree1f59901c19bc834c4af19c5b598982ad649e8db8
parent856f55813bab5793384a09e9d731942cc98374f1
liblttng-ctl: Stub out removed variable `error_log_time`

Observed issue
==============

The ABI diff of liblttng-ctl between lttng-tools 2.13 and lttng-tools
master shows that this variable has been removed.

Cause
=====

The visibility of this symbol was restricted in commit
1944cedb180887d9dfe0906f930df167e714af99.

Solution
========

Add to deprecated symbols file.

Known drawbacks
===============

None.

Change-Id: I553c345c053ab39271871b68f7c2a4d1b1e1d628
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/lib/lttng-ctl/deprecated-symbols.cpp
This page took 0.029371 seconds and 4 git commands to generate.