[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>
Esse commit está contido em:
Jamal Hadi Salim
2006-03-20 21:25:50 -08:00
commit de David S. Miller
commit 4bf07ef3fd
+1 -1
Ver Arquivo
@@ -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 {