]> git.droids-corp.org - dpdk.git/blobdiff - examples/multi_process/l2fwd_fork/main.c
examples: no more bare metal environment
[dpdk.git] / examples / multi_process / l2fwd_fork / main.c
index 1df9f017d6e05e0e7dea428ac9ee4c5699fe34c7..78a04ca28a2463e4f26fb73ee5fa083799e2d928 100644 (file)
@@ -74,7 +74,6 @@
 #include <rte_mbuf.h>
 #include <rte_malloc.h>
 
-#include "main.h"
 #include "flib.h"
 
 #define RTE_LOGTYPE_L2FWD RTE_LOGTYPE_USER1
@@ -961,7 +960,7 @@ check_all_ports_link_status(uint8_t port_num, uint32_t port_mask)
 }
 
 int
-MAIN(int argc, char **argv)
+main(int argc, char **argv)
 {
        struct lcore_queue_conf *qconf;
        struct rte_eth_dev_info dev_info;