]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_devargs.h
lib: work around unnamed structs/unions
[dpdk.git] / lib / librte_eal / common / include / rte_devargs.h
index 53c59f5657391fd855cd6ac0084315b18dd79258..c66895f9436484ea6adfe57dad93168ffa963358 100644 (file)
@@ -76,6 +76,7 @@ struct rte_devargs {
        TAILQ_ENTRY(rte_devargs) next;
        /** Type of device. */
        enum rte_devtype type;
+       RTE_STD_C11
        union {
                /** Used if type is RTE_DEVTYPE_*_PCI. */
                struct {