From da0bdb87642b93f9cb657d68a566683a18ce15c3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 1 Jun 2012 17:05:01 -0400 Subject: [PATCH 1/1] Update lttng-ust header copy for disabled UST compilation Signed-off-by: Mathieu Desnoyers --- src/bin/lttng-sessiond/lttng-ust-abi.h | 3 +++ src/bin/lttng-sessiond/ust-app.h | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/src/bin/lttng-sessiond/lttng-ust-abi.h b/src/bin/lttng-sessiond/lttng-ust-abi.h index c60535d41..dc6ad7ab6 100644 --- a/src/bin/lttng-sessiond/lttng-ust-abi.h +++ b/src/bin/lttng-sessiond/lttng-ust-abi.h @@ -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 { diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index 5d8485f3b..29eaea7ec 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -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; -- 2.34.1