dect
/
linux-2.6
Archived
13
0
Fork 0

[XFRM]: struct xfrm_id annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Al Viro 2006-09-27 18:47:40 -07:00 committed by David S. Miller
parent a94cfd1974
commit e037c39bf9
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ typedef union
struct xfrm_id
{
xfrm_address_t daddr;
__u32 spi;
__be32 spi;
__u8 proto;
};