X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_compressdev%2Frte_compressdev_version.map;h=e2a108b6509f3c23cbe74bff7367339e12309718;hb=63b094f8fa861de1b82e92fabeeede973fb84fb6;hp=6f900b673845da0b671e4ae85fb6bc7d99f83efc;hpb=c0a0d40a870bc1131f914db572d6d4069c02af2e;p=dpdk.git diff --git a/lib/librte_compressdev/rte_compressdev_version.map b/lib/librte_compressdev/rte_compressdev_version.map index 6f900b6738..e2a108b650 100644 --- a/lib/librte_compressdev/rte_compressdev_version.map +++ b/lib/librte_compressdev/rte_compressdev_version.map @@ -1,5 +1,5 @@ EXPERIMENTAL { - global: + global: rte_compressdev_capability_get; rte_compressdev_close; @@ -32,8 +32,9 @@ EXPERIMENTAL { rte_comp_get_feature_name; rte_comp_op_alloc; rte_comp_op_bulk_alloc; + rte_comp_op_bulk_free; rte_comp_op_free; rte_comp_op_pool_create; - local: *; + local: *; };