git: e5cf232b3f24 - main - librmdacm: rdma_get_local_addr and rdma_get_peer_addr are not exported
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Aug 2023 23:13:33 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=e5cf232b3f2484601b2a30f71dcbe9861e22370e
commit e5cf232b3f2484601b2a30f71dcbe9861e22370e
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-08-03 08:08:32 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-08-03 23:13:13 +0000
librmdacm: rdma_get_local_addr and rdma_get_peer_addr are not exported
they are static inline, remove them from the version script.
Sponsored by: NVidia networking
MFC after: 1 week
---
contrib/ofed/librdmacm/librdmacm.map | 2 --
1 file changed, 2 deletions(-)
diff --git a/contrib/ofed/librdmacm/librdmacm.map b/contrib/ofed/librdmacm/librdmacm.map
index e2eebbe576b4..2d826e03238c 100644
--- a/contrib/ofed/librdmacm/librdmacm.map
+++ b/contrib/ofed/librdmacm/librdmacm.map
@@ -26,8 +26,6 @@ RDMACM_1.0 {
rdma_free_devices;
rdma_event_str;
rdma_set_option;
- rdma_get_local_addr;
- rdma_get_peer_addr;
rdma_migrate_id;
rdma_getaddrinfo;
rdma_freeaddrinfo;