Add new abstract ConfigurationItem interface and a /etc/fstab implementation
authorDavid Zeuthen <davidz@redhat.com>
Mon, 27 Sep 2010 17:49:08 +0000 (13:49 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 27 Sep 2010 17:51:31 +0000 (13:51 -0400)
commitc2ba14033f7ebb4ac4dd725f47cb601f531cad27
tree8ff6c02dabe06067089b36ad88dc710ecff4a8b4
parenta7034a0a3db37afe72ebac68c0be76ec4010e1ae
Add new abstract ConfigurationItem interface and a /etc/fstab implementation

The idea is that we will use this for all sorts of configuration for
devices that need assembly (e.g. MD, LVM), unlocking (LUKS) and other
things.

Signed-off-by: David Zeuthen <davidz@redhat.com>
14 files changed:
data/org.freedesktop.UDisks.xml
doc/udisks-docs.xml
doc/udisks-sections.txt.in
doc/udisks.types.in
src/Makefile.am
src/types.h
src/udisksdaemon.c
src/udisksfstabprovider.c [new file with mode: 0644]
src/udisksfstabprovider.h [new file with mode: 0644]
src/udiskslinuxprovider.c
src/udiskslinuxprovider.h
src/udisksprovider.c [new file with mode: 0644]
src/udisksprovider.h [new file with mode: 0644]
udisks/Makefile.am