diff options
Diffstat (limited to 'hcid/dbus.h')
-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; }; |