standardize on flush buffer (no plural)
[lttng-ust.git] / include / ust / lttng-ust-ctl.h
index ea3d0301c320a775e3e5fec744ecc0a6bd41c8b0..681849041ebe487b3c403b273d21fa2ceb6c9837 100644 (file)
@@ -41,6 +41,7 @@ struct object_data {
        uint64_t memory_map_size;
 };
 
+int ustctl_register_done(int sock);
 int ustctl_create_session(int sock);
 int ustctl_open_metadata(int sock, int session_handle,
                struct lttng_ust_channel_attr *chops,
@@ -66,6 +67,9 @@ int ustctl_tracepoint_list(int sock); /* not implemented yet */
 int ustctl_tracer_version(int sock, struct lttng_ust_tracer_version *v);
 int ustctl_wait_quiescent(int sock);
 
+/* Flush each buffers in this channel */
+int ustctl_flush_buffer(int sock, struct object_data *channel_data);
+
 /* not implemented yet */
 struct lttng_ust_calibrate;
 int ustctl_calibrate(int sock, struct lttng_ust_calibrate *calibrate);
This page took 0.0234 seconds and 4 git commands to generate.