X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_hash%2Frte_hash.h;h=0d73370dc4832270c35c82f821266d61b1ca65fc;hb=cb07a0883c7004721e9c0c51d2b2b1ca243e498c;hp=4432aef7673f4df725ff13ab79216a98435ea57d;hpb=c96b55df8eea9223ec60f99974a95eb1c305aec5;p=dpdk.git diff --git a/lib/librte_hash/rte_hash.h b/lib/librte_hash/rte_hash.h index 4432aef767..0d73370dc4 100644 --- a/lib/librte_hash/rte_hash.h +++ b/lib/librte_hash/rte_hash.h @@ -366,7 +366,8 @@ rte_hash_get_key_with_position(const struct rte_hash *h, const int32_t position, * - 0 if freed successfully * - -EINVAL if the parameters are invalid. */ -int __rte_experimental +__rte_experimental +int rte_hash_free_key_with_position(const struct rte_hash *h, const int32_t position);