Update lttng-ust header copy for disabled UST compilation
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 5d8485f3b208608c9968b5fd419ecbb65606b0e8..29eaea7ec4141706a7ebc75ddfa770bc773614b3 100644 (file)
@@ -205,6 +205,11 @@ int ust_app_list_events(struct lttng_event **events)
        return -ENOSYS;
 }
 static inline
        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)
 {
        return -ENOSYS;
 int ust_app_register(struct ust_register_msg *msg, int sock)
 {
        return -ENOSYS;
This page took 0.022853 seconds and 4 git commands to generate.