Re: [libvirt] [PATCH 2/3] virdbus: Add virDBusGetSessionBus helper

2012-10-09 Thread Daniel P. Berrange
On Mon, Oct 08, 2012 at 04:57:48PM +0200, Alexander Larsson wrote: > This splits out some common code from virDBusGetSystemBus and > uses it to implement a new virDBusGetSessionBus helper. > --- > src/util/virdbus.c | 84 > +- > src/util/virdbus

[libvirt] [PATCH 2/3] virdbus: Add virDBusGetSessionBus helper

2012-10-08 Thread Alexander Larsson
This splits out some common code from virDBusGetSystemBus and uses it to implement a new virDBusGetSessionBus helper. --- src/util/virdbus.c | 84 +- src/util/virdbus.h | 1 + 2 files changed, 65 insertions(+), 20 deletions(-) diff --git a/src/