summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-08 20:38:09 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-08 20:38:09 +0000
commit6061f1a889c90d4d408ca12b63b2db6235c73bae (patch)
treecdce17f5c8f056c3581a14801652fa718fcf8134 /hcid/device.h
parent19363c93557f8163f6f0a7ef0fe17c1eb73c5c96 (diff)
Keep track of attached drivers
Diffstat (limited to 'hcid/device.h')
-rw-r--r--hcid/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/device.h b/hcid/device.h
index ff687231..2dd7e6c7 100644
--- a/hcid/device.h
+++ b/hcid/device.h
@@ -29,6 +29,7 @@ struct device {
gchar *path;
struct adapter *adapter;
GSList *uuids;
+ GSList *drivers;
gboolean temporary;
struct agent *agent;
};