From: David Goulet Date: Thu, 1 Nov 2012 17:02:58 +0000 (-0400) Subject: Rename data_available to data_pending X-Git-Tag: v2.1.0-rc6~3 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=6d805429e9cb049eb0c9205fcf742a53e3166caf;hp=6d805429e9cb049eb0c9205fcf742a53e3166caf Rename data_available to data_pending This is just a rename and a change of semantic. The lttng_data_pending returns 0 if _NO_ data is pending meaning that the buffers are ready to be read safely. A value of 1 means that data is still pending so the buffers are not ready for any read. This is the same semantic as lttng_data_available but in reverse order. Signed-off-by: David Goulet ---