summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-15 20:48:40 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-15 20:48:40 +0000
commitbf2fccb1626dccef6a21feb43c8d7e9677dd13ea (patch)
treed53871c82d355c1113dd939b3bf0104cb453e569 /hcid/dbus-service.h
parent6c3061aae25e60fd62c189b88677000a36078901 (diff)
Add shutdown timer for services (SIGTERM, wait 2s, SIGKILL)
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r--hcid/dbus-service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h
index 2099c2d5..0b6d4d40 100644
--- a/hcid/dbus-service.h
+++ b/hcid/dbus-service.h
@@ -30,6 +30,7 @@ struct service {
char *object_path;
guint startup_timer;
+ guint shutdown_timer;
/* These are set when the service is running */
GPid pid; /* Process id */