1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/config
Peter Rajnoha b769183a98 config: preparation for marking configuration nodes as deprecated
A preparatory code for marking configuration nodes as deprecated:
  - struct cfg_def_item gains 2 new fields ("deprecated_since_version" and "deprecation_comment"
  - cfg* macros to handle new fields
  - related config_settings.h edits to add new fields for each item (null for all at the moment)

Patch with implementation will follow...
2015-04-30 15:39:34 +02:00
..
config_settings.h config: preparation for marking configuration nodes as deprecated 2015-04-30 15:39:34 +02:00
config.c config: preparation for marking configuration nodes as deprecated 2015-04-30 15:39:34 +02:00
config.h config: preparation for marking configuration nodes as deprecated 2015-04-30 15:39:34 +02:00
defaults.h config: fix check_options array 2015-04-23 10:35:34 -05:00