diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/ib_cm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/ib_cm.h b/src/include/gpxe/ib_cm.h index 07f5b7168..670fffdaa 100644 --- a/src/include/gpxe/ib_cm.h +++ b/src/include/gpxe/ib_cm.h @@ -46,6 +46,9 @@ struct ib_connection { /** Connection operations */ struct ib_connection_operations *op; + /** List of connections */ + struct list_head list; + /** Path to target */ struct ib_path *path; /** Connection request management transaction */ |
