X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fevent.h;h=12d0ecc68beedc31ccaaf03e4c3c5d39b57b64c2;hb=ca806b0b247f89c62ac628a7779ae84049a8c2d7;hp=2bd44d686e9334ca55f820182522eea669b90914;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;p=lttng-tools.git diff --git a/include/lttng/event.h b/include/lttng/event.h index 2bd44d686..12d0ecc68 100644 --- a/include/lttng/event.h +++ b/include/lttng/event.h @@ -155,6 +155,7 @@ enum lttng_event_context_type { LTTNG_EVENT_CONTEXT_VGID = 38, LTTNG_EVENT_CONTEXT_VEGID = 39, LTTNG_EVENT_CONTEXT_VSGID = 40, + LTTNG_EVENT_CONTEXT_TIME_NS = 41, }; enum lttng_event_field_type { @@ -515,7 +516,7 @@ extern int lttng_disable_event(struct lttng_handle *handle, * * Return 0 on success else a negative LTTng error code. */ -int lttng_disable_event_ext(struct lttng_handle *handle, +extern int lttng_disable_event_ext(struct lttng_handle *handle, struct lttng_event *ev, const char *channel_name, const char *filter_expression);