summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-01-17 21:24:58 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-01-17 21:24:58 +0000
commit7e3928fe606cb2f753d80c5b6b6e163f1ee8bd49 (patch)
treed811fde2a4f460696fb7f37a0154fa6369e19872 /hcid/dbus-service.h
parentc3da6a497333f7e21007a3f23312e74464a408bf (diff)
Add support for autostarting services
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 f0f66721..baeb0c72 100644
--- a/hcid/dbus-service.h
+++ b/hcid/dbus-service.h
@@ -45,6 +45,7 @@ struct service {
char *name;
char *descr;
char *ident;
+ gboolean autostart;
GSList *trusted_devices;
GSList *records; /* list of binary records */