Verify UST comm proto version
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 0fb854fbe4d2ffb1c1628987743c9d8ba9278e36..5bfecdb47deb0a8e2b2be9d872a5072f286cba3b 100644 (file)
@@ -24,7 +24,8 @@
 #include "trace-ust.h"
 
 /* lttng-ust supported version. */
-#define UST_APP_MAJOR_VERSION         1
+#define LTTNG_UST_COMM_MAJOR          2        /* comm protocol major version */
+#define UST_APP_MAJOR_VERSION         2 /* UST version supported */
 
 #define UST_APP_EVENT_LIST_SIZE 32
 
This page took 0.025365 seconds and 5 git commands to generate.