Commit 76977232 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

nvme: mention TRID parsing function in struct docs



Change-Id: I9509155cd4400334e6a1b5c1fdff8546fe5266d5
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 53bf2d0f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -134,6 +134,9 @@ enum spdk_nvme_transport_type {
 * NVMe transport identifier.
 *
 * This identifies a unique endpoint on an NVMe fabric.
 *
 * A string representation of a transport ID may be converted to this type using
 * spdk_nvme_transport_id_parse().
 */
struct spdk_nvme_transport_id {
	/**