Re: [libvirt] [dbus PATCH v2 3/5] Implement virtDBusUtilVirNetworkFromBusPath helper function.

2018-04-04 Thread Pavel Hrdina
On Wed, Apr 04, 2018 at 02:26:11PM +0200, Katerina Koukiou wrote: > Signed-off-by: Katerina Koukiou > --- > src/util.c | 13 + > src/util.h | 5 + > 2 files changed, 18 insertions(+) This can be squashed into the first patch. You are introducing support

[libvirt] [dbus PATCH v2 3/5] Implement virtDBusUtilVirNetworkFromBusPath helper function.

2018-04-04 Thread Katerina Koukiou
Signed-off-by: Katerina Koukiou --- src/util.c | 13 + src/util.h | 5 + 2 files changed, 18 insertions(+) diff --git a/src/util.c b/src/util.c index fe40a96..03a0f10 100644 --- a/src/util.c +++ b/src/util.c @@ -152,6 +152,19 @@