On 04/15/2014 12:47 AM, Eric Blake wrote:
> On 04/14/2014 11:50 AM, Ján Tomko wrote:
>> Commit 4897698 fixed the build without dbus by only building
>> the virSystemdPMSupportTarget with SYSTEMD_DAEMON.
>>
>> Introduce a virDBusMessageUnref wrapper for dbus_message_unref
>> to let virsystemd.c buil
On 04/14/2014 11:50 AM, Ján Tomko wrote:
> Commit 4897698 fixed the build without dbus by only building
> the virSystemdPMSupportTarget with SYSTEMD_DAEMON.
>
> Introduce a virDBusMessageUnref wrapper for dbus_message_unref
> to let virsystemd.c build without dbus, while still allowing
> virsystem
Commit 4897698 fixed the build without dbus by only building
the virSystemdPMSupportTarget with SYSTEMD_DAEMON.
Introduce a virDBusMessageUnref wrapper for dbus_message_unref
to let virsystemd.c build without dbus, while still allowing
virsystemdtest to run without SYSTEM_DAEMON.
---
src/util/vir