diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-16 17:01:31 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-16 17:01:31 +0000 |
commit | a9cf92a289a833ed3785ccbaae306cbbcd8af7bc (patch) | |
tree | a6605b614d50f3824666e257e5a6f192a0a0c2ce /hcid/dbus-service.h | |
parent | 18a13b29f55177bf663c69a651b7b54ed80b2b6b (diff) |
Support for adding and removing .service files in /etc/bluetooth
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r-- | hcid/dbus-service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h index 94fd580a..f0f66721 100644 --- a/hcid/dbus-service.h +++ b/hcid/dbus-service.h @@ -27,6 +27,7 @@ #define START_REPLY_TIMEOUT 5000 struct service { + char *filename; char *object_path; DBusMessage *action; /* Either Start or Stop method call */ |