From f1b0df0a0b19e2e5229540bea547bd83b72af327 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 15 Jan 2007 21:18:23 +0000 Subject: Reply to Start and Stop methods only when the action has really completed --- hcid/dbus-service.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hcid/dbus-service.h') 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; -- cgit