diff options
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2011-02-25 00:14:57 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-25 20:19:35 +0100 |
commit | a8059512b120362b15424f152b2548fe8b11bd0c (patch) | |
tree | 11ad07ca3fa5b0ad03e1f8f6d8bac804612d0530 /include/net | |
parent | Phonet: allow multiple listen() and fix small race condition (diff) | |
download | linux-a8059512b120362b15424f152b2548fe8b11bd0c.tar.xz linux-a8059512b120362b15424f152b2548fe8b11bd0c.zip |
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')
-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; }; |