summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-03-14 14:37:56 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-03-14 14:37:56 +0000
commit69ade1c0df3325e7f3227743d83050c20de2b193 (patch)
tree1d21bf334c496bcbb9803897f6672ad90653ebf6 /hcid/adapter.h
parenta71ed7ebdf0599e0a019c9087669a62e026109a2 (diff)
Add initial code of adapter CreatePairedDevice.
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 1943fbf2..9aaff01c 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -85,6 +85,7 @@ struct create_device_req {
DBusConnection *conn; /* Connection reference */
DBusMessage *msg; /* Message reference */
guint id; /* Listener id */
+ char *agent; /* Agent object path */
};
struct adapter {