1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/daemons/common
Petr Rockai 615534d305 A compromise integration of LVMetaD into the build: I have kept all the
daemon/common code in a single libdaemon.a, which is completely private. This
is currently linked into the lvmetad binary, and will be linked into LVM (the
client part, since static linking only picks up only symbols that are actually
used). I have also added --enable/disable-lvmetad to ./configure; although the
current default is off, I expect this to be flipped to on shortly. There's no
LVM-side support yet, but when there is, even when built, it'll still need to
be enabled by an lvm.conf option.
2011-08-31 11:31:57 +00:00
..
daemon-client.c Adapt the daemon/common code to use the new dm_config interface. 2011-08-30 15:42:56 +00:00
daemon-client.h Adapt the daemon/common code to use the new dm_config interface. 2011-08-30 15:42:56 +00:00
daemon-server.c A compromise integration of LVMetaD into the build: I have kept all the 2011-08-31 11:31:57 +00:00
daemon-server.h Adapt the daemon/common code to use the new dm_config interface. 2011-08-30 15:42:56 +00:00
daemon-shared.c Improve format_buffer in daemon-shared.c, adding block formatting in addition 2011-07-18 14:42:44 +00:00
daemon-shared.h Differentiate the request and response format, in daemon/common. 2011-06-29 22:20:14 +00:00