ut/fc : fix fc_ls_ut compilation failure
This regression was introduced when 'accept' was removed from spdk_nvmf_transport_ops structure. Signed-off-by: Anil Veerabhadrappa <anil.veerabhadrappa@broadcom.com> Change-Id: I5d880791db258a97a1861dbd841e97a7c068ce12 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10676 Community-CI: Mellanox Build Bot Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
2344dacab4
commit
68f0c6160a
@ -114,7 +114,6 @@ const struct spdk_nvmf_transport_ops spdk_nvmf_transport_fc = {
|
||||
|
||||
.listen = NULL,
|
||||
.stop_listen = NULL,
|
||||
.accept = NULL,
|
||||
|
||||
.listener_discover = NULL,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user