Fix: add missing fields in struct lttng_ust_abi_channel_config
[lttng-ust.git] / src / common / events.h
index bba28cc27518da62f0b5c39ad5259863309aea6e..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;
@@ -571,9 +574,6 @@ struct lttng_enabler *lttng_event_notifier_enabler_as_enabler(
 
 
 
-/* This is ABI between liblttng-ust and liblttng-ust-ctl */
-struct lttng_transport *lttng_ust_transport_find(const char *name);
-
 /* This is ABI between liblttng-ust and liblttng-ust-dl */
 void lttng_ust_dl_update(void *ip);
 
This page took 0.023361 seconds and 4 git commands to generate.