diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-03-10 18:23:50 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-03-10 18:23:50 +0000 |
commit | 92153ac31fab4551f4dafb0967fc7102b2f15d6d (patch) | |
tree | fb040fb6fbd195847e71e534046c6c1d385515d6 /hcid | |
parent | 75fa3a5f991de65833ba1537301d00dd9dc44b51 (diff) |
Added field to store the requestor unique name in the dbus path data structure.
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/dbus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h index 7e5b6f81..9f0a21fd 100644 --- a/hcid/dbus.h +++ b/hcid/dbus.h @@ -73,6 +73,7 @@ struct hci_dbus_data { uint32_t timeout_hits; timeout_handler_func_t *timeout_handler; uint8_t mode; + char* requestor_name; uint8_t busy; }; |