Add major/minor version in libust registration
[lttng-ust.git] / include / lttng-sessiond-comm.h
index 67c114e681a4704ac16ca1c703245e0285a0b571..71a1dd642185ffb678c027003d8d0a37f9b4864e 100644 (file)
@@ -40,6 +40,9 @@
 /* Queue size of listen(2) */
 #define MAX_LISTEN 10
 
+#define LTTNG_UST_COMM_VERSION_MAJOR           0
+#define LTTNG_UST_COMM_VERSION_MINOR           1
+
 /* Get the error code index from 0 since
  * LTTCOMM_OK start at 1000
  */
This page took 0.025868 seconds and 4 git commands to generate.