summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2008-03-13 22:27:22 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2008-03-13 22:27:22 +0000
commita89312e54979c0ee6cc82f50e423bcdafbe9df43 (patch)
tree5de94476be7e38742cc805e059342ed89d16be86 /hcid/adapter.h
parent095a8af653e9d5f7c2cf9c82c19f1281e8ad8b92 (diff)
Added new function to remove the listener based on integer identification
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 {