Remove vtracelog and vtracef from v0 compat API
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Jun 2021 15:38:08 +0000 (11:38 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Jun 2021 16:47:16 +0000 (12:47 -0400)
commit2268c76ff5381c518789280f334f04cc4e41bb14
treec23c81f53499ed50330f9fad60563eb0ef1ad1fa
parent3a6597e5885e485f3497a96f4f93a12ab7c5dc7a
Remove vtracelog and vtracef from v0 compat API

vtracelog and vtracef were introduced between lttng-ust 2.12 and 2.13
(not released yet). They are replaced by lttng_ust_vtracelog and
lttng_ust_vtracef in the v1 API, newly introduced in lttng-ust 2.13.

Therefore, there is no need to expose a v0 compat API for the vtracelog
and vtracef macros which were never officially part of any release
other than the 2.13 release candidates.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I96cfed7d6c211d24017bfd33cd8d8c5a7087d78f
include/lttng/tracef.h
include/lttng/tracelog.h
This page took 0.024806 seconds and 4 git commands to generate.