Phonet: implement per-socket destination/peer address

Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Rémi Denis-Courmont 2011-02-24 23:14:57 +00:00 committed by David S. Miller
parent 96241544ca
commit a8059512b1
3 changed files with 17 additions and 7 deletions

View file

@ -36,6 +36,7 @@
struct pn_sock {
struct sock sk;
u16 sobject;
u16 dobject;
u8 resource;
};