]> sourceware.org Git - lvm2.git/commit
report: separate common report and per-report args
authorPeter Rajnoha <prajnoha@redhat.com>
Wed, 25 May 2016 11:41:42 +0000 (13:41 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 20 Jun 2016 09:33:41 +0000 (11:33 +0200)
commit213434d426622b34f2fd7bc2e74f6e5ca0c6c125
tree708188c3685012af07daf3a7c2cc0a04f4d85852
parentbd0a0ae36b89c3a4ea9f84bfa519e363bc7e407c
report: separate common report and per-report args

Separating common report and per-report arguments prepares the code for
handling several reports per one command (for example, the command log
report and LVM command report itself).

Each report can have sort keys, options (fields), list of fields to
compact and selection criteria set individually. Hooks for setting these
per report within one command will be a part of subsequent patches, this
patch only separates new struct single_report_args out of existing
struct report_args.
tools/reporter.c
This page took 0.034968 seconds and 5 git commands to generate.