diff options
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2011-02-24 23:14:57 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-25 11:19:35 -0800 |
commit | a8059512b120362b15424f152b2548fe8b11bd0c (patch) | |
tree | 11ad07ca3fa5b0ad03e1f8f6d8bac804612d0530 /include/net/phonet | |
parent | 96241544ca34721d601925850868188d6304cc0f (diff) | |
download | linux-a8059512b120362b15424f152b2548fe8b11bd0c.tar.bz2 |
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>
Diffstat (limited to 'include/net/phonet')
-rw-r--r-- | include/net/phonet/phonet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/phonet/phonet.h b/include/net/phonet/phonet.h index 5395e09187df..68e509750caa 100644 --- a/include/net/phonet/phonet.h +++ b/include/net/phonet/phonet.h @@ -36,6 +36,7 @@ struct pn_sock { struct sock sk; u16 sobject; + u16 dobject; u8 resource; }; |