]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_cfgfile/rte_cfgfile_version.map
cfgfile: support looking up sections by index
[dpdk.git] / lib / librte_cfgfile / rte_cfgfile_version.map
index bf6c6fdacf9a78b1217c30f671bb663fca78e29c..3c2f0dbf4d612a8def6d47362e83c7525a16f8c3 100644 (file)
@@ -13,3 +13,10 @@ DPDK_2.0 {
 
        local: *;
 };
+
+DPDK_16.04 {
+       global:
+
+       rte_cfgfile_section_entries_by_index;
+
+} DPDK_2.0;