summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
diff options
context:
space:
mode:
authorCidorvan Leite <cidorvan.leite@openbossa.org>2008-04-10 22:36:58 +0000
committerCidorvan Leite <cidorvan.leite@openbossa.org>2008-04-10 22:36:58 +0000
commitfb27732e05fb7b69c3b784ed8a6aaed2d9d939ae (patch)
treef6d262f6a6bf0733c761399b8e15b7ed130ae0c9 /hcid/device.h
parent61a6576b2b7badd8963219873b631e6a51df612c (diff)
Added local agent in CreatePairedDevice
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 273d23d5..4bfa9feb 100644
--- a/hcid/device.h
+++ b/hcid/device.h
@@ -30,6 +30,7 @@ struct device {
struct adapter *adapter;
GSList *uuids;
gboolean temporary;
+ struct agent *agent;
};
struct device *device_create(DBusConnection *conn, struct adapter *adapter,