summaryrefslogtreecommitdiffstats
path: root/src/pulse/internal.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-30 20:26:27 +0200
committerLennart Poettering <lennart@poettering.net>2009-03-30 20:26:27 +0200
commitd33be12fde0910e4a7515c3f6a8b8f2165624cb0 (patch)
tree43b62e47c2a673eeabca86136a3c73aa6233e1fc /src/pulse/internal.h
parent649c982222f520fdd4afae8880c622437d4ba585 (diff)
parent8491b47a5164fdff10724bfe74411791dc0ff912 (diff)
Merge commit 'elmarco/dbus'
Diffstat (limited to 'src/pulse/internal.h')
-rw-r--r--src/pulse/internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pulse/internal.h b/src/pulse/internal.h
index c08bd26a..8c242949 100644
--- a/src/pulse/internal.h
+++ b/src/pulse/internal.h
@@ -42,6 +42,7 @@
#include <pulsecore/hashmap.h>
#include <pulsecore/refcnt.h>
#include <pulsecore/time-smoother.h>
+#include <pulsecore/dbus-util.h>
#include "client-conf.h"
@@ -50,6 +51,10 @@
struct pa_context {
PA_REFCNT_DECLARE;
+ pa_bool_t no_fail:1;
+ pa_dbus_wrap_connection *system_bus;
+ pa_dbus_wrap_connection *session_bus;
+
pa_proplist *proplist;
pa_mainloop_api* mainloop;