]> sourceware.org Git - lvm2.git/commit
libdm: add dm_report_column_headings
authorBryn M. Reeves <bmr@redhat.com>
Fri, 7 Aug 2015 17:11:23 +0000 (18:11 +0100)
committerBryn M. Reeves <bmr@redhat.com>
Sat, 8 Aug 2015 10:43:52 +0000 (11:43 +0100)
commit666c77c0f27f1ea3d0df411b5ad64719f750c177
tree0c6801794a00f8633a72ca9fb3b74c50f1c9db48
parentcafe145ba2c77138b5b2c8832b4c784e4c9b5e76
libdm: add dm_report_column_headings

Add a function to print column headings regardless of whether they
have already been output. This will be used by dmstats to issue
periodic reminders of the column headings.

This patch removes a check for RH_HEADINGS_PRINTED from
_report_headings that prevents headings being displayed if the flag
is already set; this check is redundant since the only existing
caller (_output_as_columns()) already tests the flag before
calling the function.
libdm/.exported_symbols.DM_1_02_104
libdm/libdevmapper.h
libdm/libdm-report.c
tools/dmsetup.c
This page took 0.038764 seconds and 5 git commands to generate.