diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-15 21:18:23 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-15 21:18:23 +0000 |
commit | f1b0df0a0b19e2e5229540bea547bd83b72af327 (patch) | |
tree | 00b728f31c2c1b9435879fb78c6d76b315c00747 /hcid/dbus-service.h | |
parent | bf2fccb1626dccef6a21feb43c8d7e9677dd13ea (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.h | 2 |
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; |