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
void *unused3;
void *unused4;
int unused5;
+ unsigned int _deprecated1;
+ unsigned int _deprecated2;
struct cds_list_head unused6;
void *unused7;
int unused8;
void *unused9;
+ unsigned int _deprecated3:1;
/* Channel ID */
unsigned int id;