Implement event fields listing
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 8e98082207a59f9f398a551aa5a7ad7041d45eba..88539879af086767e418090afcb08c6d332a1617 100644 (file)
@@ -140,6 +140,7 @@ int ust_app_stop_trace_all(struct ltt_ust_session *usess);
 int ust_app_destroy_trace(struct ltt_ust_session *usess, struct ust_app *app);
 int ust_app_destroy_trace_all(struct ltt_ust_session *usess);
 int ust_app_list_events(struct lttng_event **events);
+int ust_app_list_event_fields(struct lttng_event_field **fields);
 int ust_app_create_channel_glb(struct ltt_ust_session *usess,
                struct ltt_ust_channel *uchan);
 int ust_app_create_event_glb(struct ltt_ust_session *usess,
This page took 0.024122 seconds and 5 git commands to generate.