From 92153ac31fab4551f4dafb0967fc7102b2f15d6d Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Fri, 10 Mar 2006 18:23:50 +0000 Subject: Added field to store the requestor unique name in the dbus path data structure. --- hcid/dbus.h | 1 + 1 file changed, 1 insertion(+) 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; }; -- cgit