1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-21 22:04:19 +03:00
Peter Rajnoha f1c292cc38 config: make it possible to run several instances of configuration check at once
Before, the status of the configuration check (config_def_check fn call)
was saved directly in global configuration definitinion array (as part
of the cfg_def_item_t/flags)

This patch introduces the "struct cft_check_handle" that defines
configuration check parameters as well as separate place to store
the status (status here means CFG_USED and CFG_VALID flags, formerly
saved in cfg_def_item_t/flags). This struct can hold config check
parameters as well as the status for each config tree separately,
thus making it possible to run several instances of config_def_check
without interference.
2013-07-02 15:22:11 +02:00
..
2013-04-12 11:30:47 +02:00
2008-01-30 14:00:02 +00:00
2008-01-30 14:00:02 +00:00
2013-07-01 23:11:14 +02:00
2012-08-25 20:35:48 +01:00
2012-08-23 14:37:21 +02:00
2013-04-12 11:30:07 +02:00
2013-04-02 15:16:53 +02:00
2013-07-01 23:11:14 +02:00
2012-08-25 20:35:48 +01:00
2013-07-01 23:11:14 +02:00