nvmf/rpc: rename listen_addrs -> listen_addresses
Change the output of get_nvmf_subsystems to be consistent with construct_nvmf_subsystem. Change-Id: I6987f6cbd916a870e9b15f0faa3cce2ed6d49795 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
b94e0dfdb2
commit
0c8a5d8ce6
@ -70,7 +70,7 @@ dump_nvmf_subsystem(struct spdk_json_write_ctx *w, struct spdk_nvmf_subsystem *s
|
||||
spdk_json_write_string(w, "Discovery");
|
||||
}
|
||||
|
||||
spdk_json_write_name(w, "listen_addrs");
|
||||
spdk_json_write_name(w, "listen_addresses");
|
||||
spdk_json_write_array_begin(w);
|
||||
|
||||
TAILQ_FOREACH(listen_addr, &subsystem->listen_addrs, link) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user