diff options
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; |