diff options
Diffstat (limited to 'hcid/dbus-service.h')
| -rw-r--r-- | hcid/dbus-service.h | 6 | 
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 */ | 
