eal: fix C++ build
[dpdk.git] / lib / librte_eal / common / include / rte_devargs.h
index 7084ae2..53c59f5 100644 (file)
@@ -86,7 +86,7 @@ struct rte_devargs {
                struct {
                        /** Driver name. */
                        char drv_name[32];
-               } virtual;
+               } virt;
        };
        /** Arguments string as given by user or "" for no argument. */
        char *args;