flush buffer returns void
[lttng-ust.git] / liblttng-ust-ctl / ustctl.c
index cd80faec38270b94c662f4ea24fff5fd8d6b5e20..c11deb6c3d18aeba0538ea890638184a069f7839 100644 (file)
@@ -655,12 +655,11 @@ int ustctl_put_subbuf(struct lttng_ust_shm_handle *handle,
        return 0;
 }
 
-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)
 {
        lib_ring_buffer_switch_slow(buf,
                producer_active ? SWITCH_ACTIVE : SWITCH_FLUSH,
                handle);
-       return 0;
 }
This page took 0.023582 seconds and 4 git commands to generate.