Update lttng-ust header copy for disabled UST compilation
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 88539879af086767e418090afcb08c6d332a1617..29eaea7ec4141706a7ebc75ddfa770bc773614b3 100644 (file)
@@ -202,7 +202,12 @@ int ust_app_stop_trace_all(struct ltt_ust_session *usess)
 static inline
 int ust_app_list_events(struct lttng_event **events)
 {
-       return 0;
+       return -ENOSYS;
+}
+static inline
+int ust_app_list_event_fields(struct lttng_event_field **fields)
+{
+       return -ENOSYS;
 }
 static inline
 int ust_app_register(struct ust_register_msg *msg, int sock)
This page took 0.022872 seconds and 4 git commands to generate.