Commit 11b1db9f authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6275 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 765173cc
...@@ -16,10 +16,10 @@ enum xt_gtpuah_mode_ ...@@ -16,10 +16,10 @@ enum xt_gtpuah_mode_
struct xt_gtpuah_target_info struct xt_gtpuah_target_info
{ {
u_int32_t laddr; u_int32_t laddr __attribute__((aligned(8)));
u_int32_t raddr; u_int32_t raddr __attribute__((aligned(8)));
u_int32_t ltun; u_int32_t ltun __attribute__((aligned(8)));
u_int32_t rtun; u_int32_t rtun __attribute__((aligned(8)));
u_int32_t action; u_int32_t action __attribute__((aligned(8)));
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment