summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe')
-rw-r--r--src/include/gpxe/infiniband.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/infiniband.h b/src/include/gpxe/infiniband.h
index c08191586..72a85d42a 100644
--- a/src/include/gpxe/infiniband.h
+++ b/src/include/gpxe/infiniband.h
@@ -113,6 +113,8 @@ struct ib_completion_queue {
/** An Infiniband completion */
struct ib_completion {
+ /** Completion is for send queue */
+ int is_send;
/** Length */
size_t len;
};