diff options
| author | Michael Brown | 2016-03-08 16:34:25 +0100 |
|---|---|---|
| committer | Michael Brown | 2016-03-08 16:51:19 +0100 |
| commit | 174bf6b5698299678f2d928cae126353558a766d (patch) | |
| tree | ff408545ff5447315e014395f0a5103d1ee4d149 /src/include | |
| parent | [pcbios] Restrict external memory allocations to the low 4GB (diff) | |
| download | ipxe-174bf6b5698299678f2d928cae126353558a766d.tar.gz ipxe-174bf6b5698299678f2d928cae126353558a766d.tar.xz ipxe-174bf6b5698299678f2d928cae126353558a766d.zip | |
[infiniband] Assign names to CMRC connections
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ipxe/ib_cmrc.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/ipxe/ib_cmrc.h b/src/include/ipxe/ib_cmrc.h index 47ad27fa6..f3276e6ef 100644 --- a/src/include/ipxe/ib_cmrc.h +++ b/src/include/ipxe/ib_cmrc.h @@ -12,9 +12,8 @@ FILE_LICENCE ( BSD2 ); #include <ipxe/infiniband.h> #include <ipxe/xfer.h> -extern int ib_cmrc_open ( struct interface *xfer, - struct ib_device *ibdev, - union ib_gid *dgid, - union ib_guid *service_id ); +extern int ib_cmrc_open ( struct interface *xfer, struct ib_device *ibdev, + union ib_gid *dgid, union ib_guid *service_id, + const char *name ); #endif /* _IPXE_IB_CMRC_H */ |
