summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-15 21:18:23 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-15 21:18:23 +0000
commitf1b0df0a0b19e2e5229540bea547bd83b72af327 (patch)
tree00b728f31c2c1b9435879fb78c6d76b315c00747 /hcid/dbus-service.h
parentbf2fccb1626dccef6a21feb43c8d7e9677dd13ea (diff)
Reply to Start and Stop methods only when the action has really completed
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 0b6d4d40..7aa4249d 100644
--- a/hcid/dbus-service.h
+++ b/hcid/dbus-service.h
@@ -29,6 +29,8 @@
struct service {
char *object_path;
+ DBusMessage *action; /* Either Start or Stop method call */
+
guint startup_timer;
guint shutdown_timer;