Fix: add missing fields in struct lttng_ust_abi_channel_config
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 12 May 2021 19:48:27 +0000 (15:48 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 May 2021 18:15:56 +0000 (14:15 -0400)
commitda52433dd9138aee25c815cc0b2a3f2d60dfb6a4
treecb614d69707deaa6113a0f67f5dbda2b6dc0bd19
parent7012c9905c3507bec57af53e307433813df272ae
Fix: add missing fields in struct lttng_ust_abi_channel_config

struct lttng_ust_abi_channel_config is meant to have the same binary
layout as struct lttng_channel in lttng-ust 2.12. Some fields were
removed (and should not be).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I8c520b53e2c94244dcdb188fc3214e7cec72e876
src/common/events.h
This page took 0.024847 seconds and 4 git commands to generate.