summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-02-12 05:21:48 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-02-12 05:21:48 +0100
commit3de95535af491d02f67b3bba7d1da5ad7c6dbeea (patch)
tree0388116c54554c4e9a162520ac118b944fa9c3be /include
parent16114e5e1111c5d3fc6b43e816daaaa89726532b (diff)
Add CID field to L2CAP socket address structure
Diffstat (limited to 'include')
-rw-r--r--include/l2cap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/l2cap.h b/include/l2cap.h
index b4278eb6..7f835a46 100644
--- a/include/l2cap.h
+++ b/include/l2cap.h
@@ -41,6 +41,7 @@ struct sockaddr_l2 {
sa_family_t l2_family;
unsigned short l2_psm;
bdaddr_t l2_bdaddr;
+ unsigned short l2_cid;
};
/* L2CAP socket options */