]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_kni/rte_kni.h
lib: work around nonstandard bit-fields
[dpdk.git] / lib / librte_kni / rte_kni.h
index 7363e6cf5074082beb445db2b6e8ef0282097f9a..5f6f9e4641d029043c5c4b8c6becc0fd93e5eaa7 100644 (file)
@@ -88,6 +88,7 @@ struct rte_kni_conf {
        struct rte_pci_addr addr;
        struct rte_pci_id id;
 
+       __extension__
        uint8_t force_bind : 1; /* Flag to bind kernel thread */
 };