aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_hash/rte_hash_version.map
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_hash/rte_hash_version.map')
-rw-r--r--lib/librte_hash/rte_hash_version.map7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/librte_hash/rte_hash_version.map b/lib/librte_hash/rte_hash_version.map
index e216ac8e..734ae28b 100644
--- a/lib/librte_hash/rte_hash_version.map
+++ b/lib/librte_hash/rte_hash_version.map
@@ -53,3 +53,10 @@ DPDK_18.08 {
rte_hash_count;
} DPDK_16.07;
+
+EXPERIMENTAL {
+ global:
+
+ rte_hash_free_key_with_position;
+
+};