ioat_spec.h: rename xor to avoid C++ keyword collision

Change-Id: I4b51b8adf273b12794e0c98dd99e7f29cdf689c1
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-09-15 17:12:45 -07:00
parent 9d524f5353
commit 53ec54c929

View File

@ -313,7 +313,7 @@ union spdk_ioat_hw_desc {
struct spdk_ioat_generic_hw_desc generic;
struct spdk_ioat_dma_hw_desc dma;
struct spdk_ioat_fill_hw_desc fill;
struct spdk_ioat_xor_hw_desc xor;
struct spdk_ioat_xor_hw_desc xor_desc;
struct spdk_ioat_xor_ext_hw_desc xor_ext;
struct spdk_ioat_pq_hw_desc pq;
struct spdk_ioat_pq_ext_hw_desc pq_ext;