aboutsummaryrefslogtreecommitdiff
path: root/helper/iplookuptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper/iplookuptable.c')
-rw-r--r--helper/iplookuptable.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/helper/iplookuptable.c b/helper/iplookuptable.c
index aae219945..37d31e368 100644
--- a/helper/iplookuptable.c
+++ b/helper/iplookuptable.c
@@ -42,6 +42,10 @@
*/
typedef struct {
union {
+ odp_buffer_t nexthop;
+ void *ptr;
+ };
+ union {
uint8_t u8;
struct {
#if ODP_BYTE_ORDER == ODP_BIG_ENDIAN
@@ -53,10 +57,6 @@ typedef struct {
#endif
};
};
- union {
- odp_buffer_t nexthop;
- void *ptr;
- };
} prefix_entry_t;
#define ENTRY_SIZE (sizeof(prefix_entry_t) + sizeof(odp_buffer_t))