standardize on flush buffer (no plural)
[lttng-ust.git] / include / ust / lttng-ust-ctl.h
index 0a0feae99c2906a062c553d8dd61fc0a6a4a3edf..681849041ebe487b3c403b273d21fa2ceb6c9837 100644 (file)
@@ -68,7 +68,7 @@ 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_buffers(int sock, struct object_data *channel_data);
+int ustctl_flush_buffer(int sock, struct object_data *channel_data);
 
 /* not implemented yet */
 struct lttng_ust_calibrate;
This page took 0.023914 seconds and 4 git commands to generate.