1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/liblvm
Peter Rajnoha 386886f71c config: refer to config nodes using assigned IDs
For example, the old call and reference:

  find_config_tree_str(cmd, "devices/dir", DEFAULT_DEV_DIR)

...now becomes:

  find_config_tree_str(cmd, devices_dir_CFG)

So we're referring to the named configuration ID instead
of passing the configuration path and the default value
is taken from central config definition in config_settings.h
automatically.
2013-03-06 10:14:33 +01:00
..
.exported_symbols Generate liblvm2app and libdevmapper exported symbols from header files. 2010-06-25 18:17:38 +00:00
Doxyfile Add Doxygen file for lvm2app to generate documentation from lvm2app.h. 2010-02-24 18:16:54 +00:00
liblvm2app.pc.in Switch to use Requires.private for devmapper.pc and lvm2app.pc 2010-05-11 08:54:11 +00:00
lvm2app.h lvm2app: Add lv snapshot support 2012-12-13 17:58:48 -08:00
lvm_base.c config: refer to config nodes using assigned IDs 2013-03-06 10:14:33 +01:00
lvm_lv.c lvm2app: No special behavior for 0 for max_snap_size in lvm_lv_snapshot() 2012-12-17 14:14:38 -08:00
lvm_misc.c cleanup: replace memset with struct initilization 2012-06-22 13:23:03 +02:00
lvm_misc.h Add getters for copy_percent and snap_percent to the lvm2app API. 2010-12-14 23:20:58 +00:00
lvm_pv.c Remove duplicate test 2012-02-08 11:41:18 +00:00
lvm_vg.c Replace free_vg with release_vg 2011-08-10 20:25:29 +00:00
Makefile.in Add missing deps for lvm2api 2012-02-08 10:52:45 +00:00