summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-07-16 13:01:21 +0100
committerRichard Jones <rjones@redhat.com>2010-07-16 15:49:50 +0100
commitd2cf9a15a9f22623dbbed33fb66c5077f1275df2 (patch)
tree53dff5d18deb2180df1adb2c010341c5907b1b0c /daemon/Makefile.am
parent321ca1ef91a90cec5b94058b84420e8018e3f1d8 (diff)
downloadlibguestfs-d2cf9a15a9f22623dbbed33fb66c5077f1275df2.tar.gz
libguestfs-d2cf9a15a9f22623dbbed33fb66c5077f1275df2.tar.xz
libguestfs-d2cf9a15a9f22623dbbed33fb66c5077f1275df2.zip
New APIs: lvm-set-filter and lvm-clear-filter.
These APIs allow you to change the device filter, the list of block devices that LVM "sees". Either you can set it to a fixed list of devices / partitions, or you can clear it so that LVM sees everything.
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r--daemon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 3fa2b319..cf9f7ca3 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -99,6 +99,7 @@ guestfsd_SOURCES = \
link.c \
ls.c \
lvm.c \
+ lvm-filter.c \
mkfs.c \
mknod.c \
modprobe.c \