Update lttng-ust header copy for disabled UST compilation
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 1 Jun 2012 21:05:01 +0000 (17:05 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 1 Jun 2012 21:05:01 +0000 (17:05 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng-sessiond/lttng-ust-abi.h
src/bin/lttng-sessiond/ust-app.h

index c60535d4178845c53677b2b583a31b19f05c754c..dc6ad7ab68dc11a6228f57908f5250928f8516b2 100644 (file)
@@ -228,6 +228,9 @@ union ust_args {
                int *wait_fd;
                uint64_t *memory_map_size;
        } stream;
+       struct {
+               struct lttng_ust_field_iter entry;
+       } field_list;
 };
 
 struct lttng_ust_objd_ops {
index 5d8485f3b208608c9968b5fd419ecbb65606b0e8..29eaea7ec4141706a7ebc75ddfa770bc773614b3 100644 (file)
@@ -205,6 +205,11 @@ int ust_app_list_events(struct lttng_event **events)
        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;
This page took 0.025658 seconds and 4 git commands to generate.