summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2010-08-20 12:44:47 +0000
committerDave Wysochanski <dwysocha@redhat.com>2010-08-20 12:44:47 +0000
commitfc65b9038eadd04b4b4bfc640aff66094b0699d0 (patch)
tree3883f5131c8827919a33ac4ef792bf056ebb9e17 /lib/Makefile.in
parentd6fbd0db328003a20b895fcbe654ac49d446df79 (diff)
downloadlvm2-fc65b9038eadd04b4b4bfc640aff66094b0699d0.tar.gz
lvm2-fc65b9038eadd04b4b4bfc640aff66094b0699d0.tar.xz
lvm2-fc65b9038eadd04b4b4bfc640aff66094b0699d0.zip
Add properties.[ch] to lib/report, defined based on columns.h.
Extend the existing reporting infrastructure definitions and structures to include a 'get' and 'set' function for each field. We will provide a 'get' and 'set' function for each of these fields, which will be utilized by exported lvm2app functions. Define a default _not_implemented 'get' and 'set' function that just sets an errno and returns 0. Future patches will actually implement the specific 'get' and 'set' functions for each property. For read-only properties, only the 'get' function will be implemented. Define vg_get_property() function to query a property. We will call this from a lvm2app function.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 1c58bdd8..2f31c046 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -90,6 +90,7 @@ SOURCES =\
misc/lvm-wrappers.c \
misc/util.c \
mm/memlock.c \
+ report/properties.c \
report/report.c \
striped/striped.c \
uuid/uuid.c \