]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_hash/rte_hash.h
hash: make tailq fully local
[dpdk.git] / lib / librte_hash / rte_hash.h
index 5228e3a05d922bc9de97542900fb9bcf2d699b9f..2ecaf1ad1994c072a8067b8cd03209ded4c4f84e 100644 (file)
@@ -86,8 +86,6 @@ struct rte_hash_parameters {
 
 /** A hash table structure. */
 struct rte_hash {
-       TAILQ_ENTRY(rte_hash) next;/**< Next in list. */
-
        char name[RTE_HASH_NAMESIZE];   /**< Name of the hash. */
        uint32_t entries;               /**< Total table entries. */
        uint32_t bucket_entries;        /**< Bucket entries. */