summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-15 17:06:27 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-15 17:06:27 +0000
commite1a0779f9e09f4620fdbb977f9e0a67caafdc5f3 (patch)
tree70b40c3b6d3bb50bb909b3269e8f55719e711bd0 /hcid/dbus-service.h
parente8b9bf6bfc52751b75ade32609817ab859a3e889 (diff)
Preliminary support for executing a service when Start is called
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r--hcid/dbus-service.h5
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 */