summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r--hcid/adapter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index 9353fcdd..1943fbf2 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -84,6 +84,7 @@ struct create_device_req {
char address[18]; /* Destination address */
DBusConnection *conn; /* Connection reference */
DBusMessage *msg; /* Message reference */
+ guint id; /* Listener id */
};
struct adapter {