X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fevents.h;h=338573a9947373bbce5ef07b7d0ff4e639155273;hb=9a1d0634d1a6a7e205ad5e2da05fcfeb0f32ccee;hp=bba28cc27518da62f0b5c39ad5259863309aea6e;hpb=b2e37d27accf5e32128b82392dbe1a9522c7dc20;p=lttng-ust.git diff --git a/src/common/events.h b/src/common/events.h index bba28cc2..338573a9 100644 --- a/src/common/events.h +++ b/src/common/events.h @@ -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);