eal: add multiprocess disable API
[dpdk.git] / lib / librte_eal / windows / eal.c
index 099c729..e50601d 100644 (file)
@@ -67,7 +67,7 @@ eal_proc_type_detect(void)
 }
 
 bool
-__rte_mp_disable(void)
+rte_mp_disable(void)
 {
        return true;
 }