X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-abi.h;h=8f2233a53fce24c335c2c4066fe9df1391514624;hb=1849ef7cdc349bef4b6f6eb4a50058e06c26d431;hp=3c9f4600e9c0055997d4fbdeaed7173e68079900;hpb=3d0ef9f63c9766ef6b18e4fc2ddcefe452234168;p=lttng-ust.git diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index 3c9f4600..8f2233a5 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -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);