summaryrefslogtreecommitdiffstats
path: root/src/dpdk/lib/librte_hash/rte_fbk_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dpdk/lib/librte_hash/rte_fbk_hash.h')
-rw-r--r--src/dpdk/lib/librte_hash/rte_fbk_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpdk/lib/librte_hash/rte_fbk_hash.h b/src/dpdk/lib/librte_hash/rte_fbk_hash.h
index a430961d..bd46048f 100644
--- a/src/dpdk/lib/librte_hash/rte_fbk_hash.h
+++ b/src/dpdk/lib/librte_hash/rte_fbk_hash.h
@@ -115,7 +115,7 @@ struct rte_fbk_hash_table {
uint32_t init_val; /**< For initialising hash function. */
/** A flat table of all buckets. */
- union rte_fbk_hash_entry t[0];
+ union rte_fbk_hash_entry t[];
};
/**