This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/liblvm .exported_symbols


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski@sourceware.org	2009-07-14 03:02:44

Modified files:
	liblvm         : .exported_symbols 

Log message:
	Add VG APIs to liblvm/.exported_symbols.
	
	Add the following VG APIs to liblvm/.exported_symbols:
	-lvm_reload_config
	-lvm_vg_create
	-lvm_vg_extend
	-lvm_vg_set_extent_size
	-lvm_vg_write
	-lvm_vg_close
	-lvm_vg_remove
	
	Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
	Acked-by: Alasdair G Kergon <agk@redhat.com>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/.exported_symbols.diff?cvsroot=lvm2&r1=1.1&r2=1.2

--- LVM2/liblvm/.exported_symbols	2009/03/08 18:58:53	1.1
+++ LVM2/liblvm/.exported_symbols	2009/07/14 03:02:44	1.2
@@ -1,3 +1,9 @@
 lvm_create
 lvm_destroy
-lvm_reload_config
\ No newline at end of file
+lvm_reload_config
+lvm_vg_create
+lvm_vg_extend
+lvm_vg_set_extent_size
+lvm_vg_write
+lvm_vg_close
+lvm_vg_remove


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]