]> sourceware.org Git - lvm2.git/blob - liblvm/lvm_misc.h
Fix error message when pvmove LV activation fails with name already in use.
[lvm2.git] / liblvm / lvm_misc.h
1 /*
2 * Copyright (C) 2008,2010 Red Hat, Inc. All rights reserved.
3 *
4 * This file is part of LVM2.
5 *
6 * This copyrighted material is made available to anyone wishing to use,
7 * modify, copy, or redistribute it subject to the terms and conditions
8 * of the GNU Lesser General Public License v.2.1.
9 *
10 * You should have received a copy of the GNU Lesser General Public License
11 * along with this program; if not, write to the Free Software Foundation,
12 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
13 */
14 #ifndef _LVM2APP_MISC_H
15 #define _LVM2APP_MISC_H
16
17 #include "libdevmapper.h"
18 #include "lvm2app.h"
19
20 struct dm_list *tag_list_copy(struct dm_pool *p, struct dm_list *tag_list);
21 struct lvm_property_value get_property(const pv_t pv, const vg_t vg,
22 const lv_t lv, const lvseg_t lvseg,
23 const pvseg_t pvseg, const char *name);
24 int set_property(const pv_t pv, const vg_t vg, const lv_t lv,
25 const char *name, struct lvm_property_value *value);
26
27 #endif
This page took 0.034175 seconds and 5 git commands to generate.