summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-15 19:49:02 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-15 19:49:02 +0000
commit6040c15370d703cdadf7fa6c98caced1b9e32e30 (patch)
tree405407624934a51651322588235b528fc1a414e3 /hcid/dbus-service.h
parent467f83c3ac4e4afba959e8cfd8aadb0f1614c9fb (diff)
Add startup timeout for spawned services
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r--hcid/dbus-service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h
index 043795f3..2099c2d5 100644
--- a/hcid/dbus-service.h
+++ b/hcid/dbus-service.h
@@ -29,6 +29,8 @@
struct service {
char *object_path;
+ guint startup_timer;
+
/* These are set when the service is running */
GPid pid; /* Process id */
char *bus_name; /* D-Bus unique name */