ust-compiler: constructor/destructor whitespaces layout and macro dependency
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Dec 2021 20:40:19 +0000 (15:40 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Dec 2021 20:43:32 +0000 (15:43 -0500)
commita5868ac0bb84b61b50fb7bb18a224c99e7990a9b
tree5208d134501c9c22019527dc632b14b5d0a27dba
parent9fabbe2577ab1ff1221775904a31cad3b742ed62
ust-compiler: constructor/destructor whitespaces layout and macro dependency

Introduce LTTNG_UST_COMPILER_COMBINE_TOKENS in lttng/ust-compiler.h to
eliminate a circular dependency from ust-compiler.h to
LTTNG_UST__TP_COMBINE_TOKENS (defined in tracepoint.h). Use it in
LTTNG_UST_DECLARE_CONSTRUCTOR_DESTRUCTOR.

Change the layout of LTTNG_UST_DECLARE_CONSTRUCTOR_DESTRUCTOR to use
tabs rather than spaces.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I71ecac349a1425401df62eb600ee74f4f930da09
include/lttng/ust-compiler.h
This page took 0.024564 seconds and 4 git commands to generate.