Update version to v2.1.0-rc1
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 77205692ff989f157a4799529fb254ad21a381a1..ada517e10432113bca7e166bbce618a83d1123f4 100644 (file)
@@ -24,7 +24,7 @@
 
 /* lttng-ust supported version. */
 #define LTTNG_UST_COMM_MAJOR          2        /* comm protocol major version */
 
 /* lttng-ust supported version. */
 #define LTTNG_UST_COMM_MAJOR          2        /* comm protocol major version */
-#define UST_APP_MAJOR_VERSION         2 /* UST version supported */
+#define UST_APP_MAJOR_VERSION         3 /* Internal UST version supported */
 
 #define UST_APP_EVENT_LIST_SIZE 32
 
 
 #define UST_APP_EVENT_LIST_SIZE 32
 
@@ -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.022962 seconds and 4 git commands to generate.