public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
From: wysochanski@sourceware.org
To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org
Subject: LVM2 liblvm/.exported_symbols liblvm/lvm.h lib ...
Date: Sun, 26 Jul 2009 16:06:00 -0000	[thread overview]
Message-ID: <20090726160621.12102.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski@sourceware.org	2009-07-26 16:06:21

Modified files:
	liblvm         : .exported_symbols lvm.h lvm_vg.c 
	test/api       : test.c 

Log message:
	Rename lvm_list_vg_ids to lvm_list_vg_uuids.
	
	Author: Dave Wysochanski <dwysocha@redhat.com>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/.exported_symbols.diff?cvsroot=lvm2&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/lvm.h.diff?cvsroot=lvm2&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/lvm_vg.c.diff?cvsroot=lvm2&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/api/test.c.diff?cvsroot=lvm2&r1=1.10&r2=1.11

--- LVM2/liblvm/.exported_symbols	2009/07/26 16:05:49	1.12
+++ LVM2/liblvm/.exported_symbols	2009/07/26 16:06:21	1.13
@@ -28,6 +28,6 @@
 lvm_vg_list_pvs
 lvm_vg_list_lvs
 lvm_list_vg_names
-lvm_list_vg_ids
+lvm_list_vg_uuids
 lvm_vg_create_lv_linear
 lvm_vg_remove_lv
--- LVM2/liblvm/lvm.h	2009/07/26 16:05:49	1.17
+++ LVM2/liblvm/lvm.h	2009/07/26 16:06:21	1.18
@@ -336,7 +336,7 @@
  * FIXME: handle list memory cleanup
  */
 struct dm_list *lvm_list_vg_names(lvm_t libh);
-struct dm_list *lvm_list_vg_ids(lvm_t libh);
+struct dm_list *lvm_list_vg_uuids(lvm_t libh);
 
 /**
  * Scan all devices on the system for VGs and LVM metadata.
--- LVM2/liblvm/lvm_vg.c	2009/07/26 16:05:49	1.12
+++ LVM2/liblvm/lvm_vg.c	2009/07/26 16:06:21	1.13
@@ -247,7 +247,7 @@
 	return get_vgnames((struct cmd_context *)libh, 0);
 }
 
-struct dm_list *lvm_list_vg_ids(lvm_t libh)
+struct dm_list *lvm_list_vg_uuids(lvm_t libh)
 {
 	return get_vgids((struct cmd_context *)libh, 0);
 }
--- LVM2/test/api/test.c	2009/07/26 14:37:15	1.10
+++ LVM2/test/api/test.c	2009/07/26 16:06:21	1.11
@@ -287,7 +287,7 @@
 	struct lvm_str_list *strl;
 	const char *tmp;
 
-	list = lvm_list_vg_ids(libh);
+	list = lvm_list_vg_uuids(libh);
 	printf("VG uuids:\n");
 	dm_list_iterate_items(strl, list) {
 		tmp = strl->str;


             reply	other threads:[~2009-07-26 16:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-26 16:06 wysochanski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-07-28 11:03 wysochanski
2009-07-28  9:16 wysochanski
2009-07-26 16:44 wysochanski
2009-07-26 16:06 wysochanski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090726160621.12102.qmail@sourceware.org \
    --to=wysochanski@sourceware.org \
    --cc=lvm-devel@redhat.com \
    --cc=lvm2-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).