lib: work around nonstandard bit-fields
[dpdk.git] / lib / librte_kni / rte_kni.h
index 7363e6c..5f6f9e4 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 */
 };