diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-15 17:06:27 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-15 17:06:27 +0000 |
commit | e1a0779f9e09f4620fdbb977f9e0a67caafdc5f3 (patch) | |
tree | 70b40c3b6d3bb50bb909b3269e8f55719e711bd0 /hcid/dbus-service.h | |
parent | e8b9bf6bfc52751b75ade32609817ab859a3e889 (diff) |
Preliminary support for executing a service when Start is called
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 */ |