X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_hash%2Frte_fbk_hash.h;h=bd46048f9fe3071e6a45bee0dfe4fa3c411aeb60;hb=347a1e037fd323e6c2af55d17f7f0dc4bfe1d479;hp=a430961d0e4af7dd8239c092a68685261854ef56;hpb=517b89b090547478e8e9885f55170b7ef14baab9;p=dpdk.git diff --git a/lib/librte_hash/rte_fbk_hash.h b/lib/librte_hash/rte_fbk_hash.h index a430961d0e..bd46048f9f 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[]; }; /**