summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-15 18:38:58 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-15 18:38:58 +0000
commit467f83c3ac4e4afba959e8cfd8aadb0f1614c9fb (patch)
tree0a783f172e5ba87596094dc857f8c5cb63a1b37f /hcid/dbus-service.h
parente1a0779f9e09f4620fdbb977f9e0a67caafdc5f3 (diff)
Preliminary support for catching the unique bus name of an execed service
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r--hcid/dbus-service.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h
index d3c2f441..043795f3 100644
--- a/hcid/dbus-service.h
+++ b/hcid/dbus-service.h
@@ -27,8 +27,10 @@
#define START_REPLY_TIMEOUT 5000
struct service {
- /* These two are set when the service is running */
- pid_t pid; /* Process id */
+ char *object_path;
+
+ /* These are set when the service is running */
+ GPid pid; /* Process id */
char *bus_name; /* D-Bus unique name */
guint watch_id; /* Id for the child watch */