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)
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

index fdf95aede5c3b39e730b6889cd76c3f10d2f5629..338573a9947373bbce5ef07b7d0ff4e639155273 100644 (file)
@@ -408,10 +408,13 @@ struct lttng_ust_abi_channel_config {
        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;
This page took 0.030832 seconds and 4 git commands to generate.