]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_vhost/rte_vhost_version.map
mk: fix vhost shared library dependencies
[dpdk.git] / lib / librte_vhost / rte_vhost_version.map
index 163dde0748c71fea9fdca8ea4d991824f2e16d35..3d8709e54e39065ad4d9dd1768fa0208789c1bcc 100644 (file)
@@ -13,3 +13,10 @@ DPDK_2.0 {
 
        local: *;
 };
+
+DPDK_2.1 {
+       global:
+
+       rte_vhost_driver_unregister;
+
+} DPDK_2.0;