]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h
lib: work around unnamed structs/unions
[dpdk.git] / lib / librte_eal / linuxapp / eal / include / exec-env / rte_kni_common.h
index 2ef050628ac33cd1da503a64c85e01e69291620d..164f127555718ab495db40b39ae1e34ec555e52c 100644 (file)
@@ -61,6 +61,9 @@
 
 #ifdef __KERNEL__
 #include <linux/if.h>
+#define RTE_STD_C11
+#else
+#include <rte_common.h>
 #endif
 
 /**
@@ -85,6 +88,7 @@ enum rte_kni_req_id {
  */
 struct rte_kni_request {
        uint32_t req_id;             /**< Request id */
+       RTE_STD_C11
        union {
                uint32_t new_mtu;    /**< New MTU */
                uint8_t if_up;       /**< 1: interface up, 0: interface down */