flush buffer returns void
[lttng-ust.git] / include / lttng / ust-ctl.h
index 7fd665488fdf4a4be4a7878aa78f55ac6dff1d82..17105631d8a0e33b50d8d08e05118f16313fccda 100644 (file)
@@ -114,7 +114,7 @@ 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,
+void ustctl_flush_buffer(struct lttng_ust_shm_handle *handle,
                struct lttng_ust_lib_ring_buffer *buf,
                int producer_active);
 
This page took 0.024314 seconds and 4 git commands to generate.