From 467f83c3ac4e4afba959e8cfd8aadb0f1614c9fb Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 15 Jan 2007 18:38:58 +0000 Subject: Preliminary support for catching the unique bus name of an execed service --- hcid/dbus-service.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hcid/dbus-service.h') 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 */ -- cgit