Commit 0c8a5d8c authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

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: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent b94e0dfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {