mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
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:
parent
96241544ca
commit
a8059512b1
3 changed files with 17 additions and 7 deletions
|
@ -36,6 +36,7 @@
|
|||
struct pn_sock {
|
||||
struct sock sk;
|
||||
u16 sobject;
|
||||
u16 dobject;
|
||||
u8 resource;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue