X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=d102b0b50fe007299cfd8558ea47b266248d0f17;hb=fd17d7cecd427479c035cd99cb2b2fb622bb3a38;hp=997a449becf783ccd68ed11c46899078409a8ea1;hpb=115db533af4d56a1b5c8b3a5ff6a15dc58579cd8;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 997a449b..d102b0b5 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -456,7 +456,7 @@ struct lttng_channel { /* Channel ID */ unsigned int id; - enum lttng_ust_chan_type type; + enum lttng_ust_abi_chan_type type; unsigned char uuid[LTTNG_UST_UUID_LEN]; /* Trace session unique ID */ int tstate:1; /* Transient enable state */ };