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:14:52 +0000 (14:14 -0400)
commit9a1d0634d1a6a7e205ad5e2da05fcfeb0f32ccee
treecb614d69707deaa6113a0f67f5dbda2b6dc0bd19
parent6c21eb5ab21072558849825d12ebb42b1eb52c61
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.024384 seconds and 4 git commands to generate.