Add missing decl. when UST is disabled
authorDavid Goulet <dgoulet@efficios.com>
Fri, 17 Aug 2012 19:48:23 +0000 (15:48 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 17 Aug 2012 19:48:23 +0000 (15:48 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/ust-app.h

index 77205692ff989f157a4799529fb254ad21a381a1..3f6eca1262d971c9d784cf4f092f6ac904337691 100644 (file)
@@ -353,6 +353,13 @@ int ust_app_calibrate_glb(struct lttng_ust_calibrate *calibrate)
 {
        return 0;
 }
 {
        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 */
 
 
 #endif /* HAVE_LIBLTTNG_UST_CTL */
 
This page took 0.031123 seconds and 4 git commands to generate.