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:
Daniel Verkamp 2016-10-10 15:10:07 -07:00
parent b94e0dfdb2
commit 0c8a5d8ce6

View File

@ -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) {