X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=9a74ed4d44bf576ff3e1bf0381b79310276967a6;hb=b1f720f08ebd9f83045a8ed7689658b8171a8adf;hp=997a449becf783ccd68ed11c46899078409a8ea1;hpb=115db533af4d56a1b5c8b3a5ff6a15dc58579cd8;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 997a449b..9a74ed4d 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -44,7 +44,6 @@ struct lttng_channel; struct lttng_session; struct lttng_ust_lib_ring_buffer_ctx; struct lttng_event_field; -struct lttng_event_notifier; struct lttng_event_notifier_group; /* @@ -375,12 +374,12 @@ struct lttng_ust_event_recorder { struct lttng_ust_event_notifier_private; -struct lttng_event_notifier { +struct lttng_ust_event_notifier { uint32_t struct_size; /* Size of this structure. */ struct lttng_ust_event_common *parent; struct lttng_ust_event_notifier_private *priv; /* Private event notifier interface */ - void (*notification_send)(struct lttng_event_notifier *event_notifier, + void (*notification_send)(struct lttng_ust_event_notifier *event_notifier, const char *stack_data); struct cds_list_head capture_bytecode_runtime_head; }; @@ -456,7 +455,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 */ };