]> sourceware.org Git - lvm2.git/commit
libdm: report: add dm_report_group_output_and_pop_all
authorPeter Rajnoha <prajnoha@redhat.com>
Thu, 4 Aug 2016 11:50:45 +0000 (13:50 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Tue, 9 Aug 2016 16:24:45 +0000 (18:24 +0200)
commit7d1125e5b785014d3bae34acd158c528a4222871
tree9dd0a02dbdaaea7067c286542acc1d4ef3f53f5c
parentd86caf952ee208ef2b3b56937af670c76db75ba0
libdm: report: add dm_report_group_output_and_pop_all

The dm_report_group_output_and_pop_all calls dm_report_output and
dm_report_group_pop for all the items that are currently in report
group. This is just a shortcut that makes it easier to output and
pop group's content so the group handle can be reused again without
a need to initialize and configure it again.

The functionality of dm_report_group_output_and_pop_all is the
same as dm_report_destroy but without destroying the report group
handle.
libdm/.exported_symbols.DM_1_02_133
libdm/libdevmapper.h
libdm/libdm-report.c
This page took 0.038171 seconds and 5 git commands to generate.