Fix: liblttng-ust-fork Makefile flags mismatch
[lttng-ust.git] / include / lttng / ust-abi.h
index c36410b9acb0fe8fe8e4031e102b4b32c52bf06b..d7df774486735713d81d7beb8beac02ae1209fa5 100644 (file)
@@ -34,7 +34,7 @@
 
 /* Version for comm protocol between sessiond and ust */
 #define LTTNG_UST_COMM_VERSION_MAJOR           2
-#define LTTNG_UST_COMM_VERSION_MINOR           0
+#define LTTNG_UST_COMM_VERSION_MINOR           1
 
 /* Version for ABI between liblttng-ust, sessiond, consumerd */
 #define LTTNG_UST_INTERNAL_MAJOR_VERSION       3
@@ -269,7 +269,7 @@ struct lttng_ust_objd_ops {
 int lttng_abi_create_root_handle(void);
 
 const struct lttng_ust_objd_ops *objd_ops(int id);
-int lttng_ust_objd_unref(int id);
+int lttng_ust_objd_unref(int id, int is_owner);
 
 void lttng_ust_abi_exit(void);
 void lttng_ust_events_exit(void);
This page took 0.024504 seconds and 4 git commands to generate.