diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2012-04-19 15:34:35 +0100 |
---|---|---|
committer | Daniel Berrange <berrange@dhcp-159.gsslab.fab.redhat.com> | 2012-04-19 17:03:10 +0100 |
commit | 2223ea984cb9484cdcdcb8732c04072e84b40dd4 (patch) | |
tree | cdd7e734b4790ed631434846a732608ab81028ed /po | |
parent | nwfilter: Fix support for trusted DHCP servers (diff) | |
download | libvirt-2223ea984cb9484cdcdcb8732c04072e84b40dd4.tar.gz libvirt-2223ea984cb9484cdcdcb8732c04072e84b40dd4.tar.bz2 libvirt-2223ea984cb9484cdcdcb8732c04072e84b40dd4.zip |
The policy kit and HAL node device drivers both require a
DBus connection. The HAL device code further requires that
the DBus connection is integrated with the event loop and
provides such glue logic itself.
The forthcoming FirewallD integration also requires a
dbus connection with event loop integration. Thus we need
to pull the current event loop glue out of the HAL driver.
Thus we create src/util/virdbus.{c,h} files. This contains
just one method virDBusGetSystemBus() which obtains a handle
to the single shared system bus instance, with event glue
automagically setup.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 4c49200b8..4ea544b13 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -128,6 +128,7 @@ src/util/util.c src/util/viraudit.c src/util/virauth.c src/util/virauthconfig.c +src/util/virdbus.c src/util/virfile.c src/util/virhash.c src/util/virkeyfile.c |