diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-19 22:07:11 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-19 22:07:11 +0000 |
commit | 0f806cec4a9eccd7e8fe5bb9ad4e9a15299b0370 (patch) | |
tree | ff5435cdb678db76e9228938ce0c4914ba565359 /hcid/dbus-service.h | |
parent | 06df14b2c82dea213fc44171ed247011fa346501 (diff) |
Rework .service file contents and service binary locations
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r-- | hcid/dbus-service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h index 43cf8eee..ec626d84 100644 --- a/hcid/dbus-service.h +++ b/hcid/dbus-service.h @@ -40,10 +40,10 @@ struct service { char *bus_name; /* D-Bus unique name */ /* Information parsed from the service file */ - char *exec; /* Location of executable */ char *name; char *descr; char *ident; + char *opts; gboolean autostart; GSList *trusted_devices; |