diff options
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r-- | hcid/dbus-service.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h index add33887..d3c2f441 100644 --- a/hcid/dbus-service.h +++ b/hcid/dbus-service.h @@ -28,8 +28,9 @@ struct service { /* These two are set when the service is running */ - pid_t pid; - char *id; /* Connection id */ + pid_t pid; /* Process id */ + char *bus_name; /* D-Bus unique name */ + guint watch_id; /* Id for the child watch */ /* Information parsed from the service file */ char *exec; /* Location of executable */ |