Add jul-app ABI/API and handle registration
[lttng-tools.git] / src / bin / lttng-sessiond / event.h
index 819111599c15da37b2d75bd0e11ce2f3fcc464bd..1b92a6a7f563e1524f344be40113f99303a27f87 100644 (file)
@@ -45,4 +45,10 @@ int event_ust_enable_all_tracepoints(struct ltt_ust_session *usess,
 int event_ust_disable_all_tracepoints(struct ltt_ust_session *usess,
                struct ltt_ust_channel *uchan);
 
+int event_jul_enable(struct ltt_ust_session *usess, struct lttng_event *event);
+int event_jul_enable_all(struct ltt_ust_session *usess);
+
+int event_jul_disable(struct ltt_ust_session *usess, char *event_name);
+int event_jul_disable_all(struct ltt_ust_session *usess);
+
 #endif /* _LTT_EVENT_H */
This page took 0.02365 seconds and 4 git commands to generate.