From cc04e512f711c00920d9e8a5f083e841c5f08273 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 17 Aug 2012 15:48:23 -0400 Subject: [PATCH 1/1] Add missing decl. when UST is disabled Signed-off-by: David Goulet --- src/bin/lttng-sessiond/ust-app.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index 77205692f..3f6eca126 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -353,6 +353,13 @@ int ust_app_calibrate_glb(struct lttng_ust_calibrate *calibrate) { return 0; } +static inline +int ust_app_set_filter_event_glb(struct ltt_ust_session *usess, + struct ltt_ust_channel *uchan, struct ltt_ust_event *uevent, + struct lttng_filter_bytecode *bytecode) +{ + return 0; +} #endif /* HAVE_LIBLTTNG_UST_CTL */ -- 2.34.1