flush buffer returns void
[lttng-ust.git] / include / lttng / ust-ctl.h
index 9d0d35c8e32f2a3bd4ad0ad6008d7486b39cbd47..17105631d8a0e33b50d8d08e05118f16313fccda 100644 (file)
@@ -114,8 +114,9 @@ int ustctl_get_subbuf(struct lttng_ust_shm_handle *handle,
 int ustctl_put_subbuf(struct lttng_ust_shm_handle *handle,
                struct lttng_ust_lib_ring_buffer *buf);
 
-int ustctl_flush_buffer(struct lttng_ust_shm_handle *handle,
-               struct lttng_ust_lib_ring_buffer *buf);
+void ustctl_flush_buffer(struct lttng_ust_shm_handle *handle,
+               struct lttng_ust_lib_ring_buffer *buf,
+               int producer_active);
 
 /* Release object created by members of this API */
 void ustctl_release_object(int sock, struct lttng_ust_object_data *data);
This page took 0.02393 seconds and 4 git commands to generate.