1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/daemons
Tony Asleson 9cb8865511 lvmdbusd: Fix dbus object with only properties and no method
Gris debugged that when we don't have a method the introspection
data is missing the interface itself eg.

<interface name="<your_obj_iface_name>" />

When adding the properties to the dbus object introspection we will
add the interface too if it's missing.  This now allows us the
ability to have a dbus object with only properties.
2016-09-19 15:32:47 -05:00
..
clvmd gcc: cleanup Wunused-const-variable 2016-02-23 14:41:24 +01:00
cmirrord cleanup: clean gcc6 minor/major types warnings 2016-09-07 16:42:34 +02:00
dmeventd cleanup: clean gcc6 minor/major types warnings 2016-09-07 16:42:34 +02:00
lvmdbusd lvmdbusd: Fix dbus object with only properties and no method 2016-09-19 15:32:47 -05:00
lvmetad lvmetad: free memory on exit 2016-07-18 11:31:00 -05:00
lvmlockd lvmlockd: improve error message about missing global lock 2016-07-25 14:49:01 -05:00
lvmpolld cleanup: drop unused assignments 2016-07-01 00:44:48 +02:00
Makefile.in lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00