[XFRM]: Rearrange struct xfrm_aevent_id for better compatibility.

struct xfrm_aevent_id needs to be 32-bit + 64-bit align friendly.

Based upon suggestions from Yoshifuji.

Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jamal Hadi Salim 2006-03-20 21:25:50 -08:00 committed by David S. Miller
parent b61fafc4ef
commit 4bf07ef3fd
1 changed files with 1 additions and 1 deletions

View File

@ -259,8 +259,8 @@ struct xfrm_usersa_id {
};
struct xfrm_aevent_id {
__u32 flags;
struct xfrm_usersa_id sa_id;
__u32 flags;
};
struct xfrm_userspi_info {