X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=019b0ebb02af5512c893cfe72147963eec88d3cb;hb=35ac38cb4cc188253c600766882b7a833f5a81ee;hp=6b7bd00e26e5915f5a5df74acc5b81bdc5a5ba99;hpb=196ec2df2bce805b8c26582f10f2964a8d1da443;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 6b7bd00e..019b0ebb 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -489,7 +489,8 @@ struct lttng_channel_ops { unsigned int read_timer_interval, unsigned char *uuid, uint32_t chan_id, - const int *stream_fds, int nr_stream_fds); + const int *stream_fds, int nr_stream_fds, + int64_t blocking_timeout); void (*channel_destroy)(struct lttng_channel *chan); union { void *_deprecated1; @@ -655,6 +656,7 @@ void synchronize_trace(void); int lttng_probe_register(struct lttng_probe_desc *desc); void lttng_probe_unregister(struct lttng_probe_desc *desc); +void lttng_probe_provider_unregister_events(struct lttng_probe_desc *desc); int lttng_fix_pending_events(void); int lttng_probes_init(void); void lttng_probes_exit(void);