X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_cryptodev%2Frte_cryptodev_pmd.h;h=42e7b799d01f0c5a2e29cfd293eddf63c96a1a64;hb=347a1e037fd323e6c2af55d17f7f0dc4bfe1d479;hp=7d049ea38b8d3a661aae98b7e72f2d30b90f7f99;hpb=517b89b090547478e8e9885f55170b7ef14baab9;p=dpdk.git diff --git a/lib/librte_cryptodev/rte_cryptodev_pmd.h b/lib/librte_cryptodev/rte_cryptodev_pmd.h index 7d049ea38b..42e7b799d0 100644 --- a/lib/librte_cryptodev/rte_cryptodev_pmd.h +++ b/lib/librte_cryptodev/rte_cryptodev_pmd.h @@ -71,7 +71,7 @@ struct rte_cryptodev_session { struct rte_mempool *mp; } __rte_aligned(8); - char _private[0]; + __extension__ char _private[0]; }; struct rte_cryptodev_driver;