ust-ctl API: ustctl_release_object() should return an error instead of assert
[lttng-ust.git] / include / lttng / ust-ctl.h
index 2bb03f65561248da62176326530944fd6147c7e9..af76f2678021b721493c556f1427e09472a29952 100644 (file)
@@ -130,6 +130,6 @@ void ustctl_flush_buffer(struct lttng_ust_shm_handle *handle,
                int producer_active);
 
 /* Release object created by members of this API */
-void ustctl_release_object(int sock, struct lttng_ust_object_data *data);
+int ustctl_release_object(int sock, struct lttng_ust_object_data *data);
 
 #endif /* _LTTNG_UST_CTL_H */
This page took 0.022692 seconds and 4 git commands to generate.