diff options
Diffstat (limited to 'lib/librte_hash/rte_fbk_hash.h')
-rw-r--r-- | lib/librte_hash/rte_fbk_hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_hash/rte_fbk_hash.h b/lib/librte_hash/rte_fbk_hash.h index a430961d..bd46048f 100644 --- a/lib/librte_hash/rte_fbk_hash.h +++ b/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[]; }; /** |