Add missing decl. when UST is disabled
[lttng-tools.git] / 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.022932 seconds and 4 git commands to generate.