From 8b27da9de16675f59be082168de9468346ec7183 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 15 Sep 2007 01:35:07 +0100 Subject: Gets a response out of the hardware. (An error completion, to be precise.) --- src/include/gpxe/infiniband.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/gpxe/infiniband.h b/src/include/gpxe/infiniband.h index ccb6e49e4..8b3a2f7c0 100644 --- a/src/include/gpxe/infiniband.h +++ b/src/include/gpxe/infiniband.h @@ -73,10 +73,10 @@ struct ib_work_queue { * This is the index of the most recently posted entry. */ unsigned int posted; + /** I/O buffers assigned to work queue */ + struct io_buffer **iobufs; /** Driver private data */ void *priv; - /** I/O buffers assigned to work queue */ - struct io_buffer *iobuf[0]; }; /** An Infiniband Queue Pair */ -- cgit v1.2.3-55-g7522