Fix: refcount issue in lttng-ust-abi.c
[lttng-ust.git] / include / lttng / ust-abi.h
index 3c9f4600e9c0055997d4fbdeaed7173e68079900..8f2233a53fce24c335c2c4066fe9df1391514624 100644 (file)
@@ -299,7 +299,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.091057 seconds and 4 git commands to generate.