Tag events created as side-effect of agent events as internal
[lttng-tools.git] / src / bin / lttng-sessiond / event.h
index cc4a3fa02e0d3f79b5ec52733828aaa35397f0a0..f9b486c2a9a27ed2bfbfe4256608130984d54c47 100644 (file)
@@ -35,7 +35,8 @@ int event_ust_enable_tracepoint(struct ltt_ust_session *usess,
                struct ltt_ust_channel *uchan, struct lttng_event *event,
                char *filter_expression,
                struct lttng_filter_bytecode *filter,
-               struct lttng_event_exclusion *exclusion);
+               struct lttng_event_exclusion *exclusion,
+               bool internal_event);
 int event_ust_disable_tracepoint(struct ltt_ust_session *usess,
                struct ltt_ust_channel *uchan, char *event_name);
 
This page took 0.023215 seconds and 4 git commands to generate.