logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

struct nvme_fabrics_uri - Parsed URI structure

Members

scheme Scheme name (typically 'nvme') protocol Optional protocol/transport (e.g. 'tcp') userinfo Optional user information component of the URI authority host Host transport address port The port subcomponent or 0 if not specified path_segments NULL-terminated array of path segments query Optional query string component (separated by '?') fragment Optional fragment identifier component (separated by '#') May 2025 struct nvme_fabrics_uri libnvme(2)

Name

struct nvme_fabrics_uri - Parsed URI structure

Synopsis

struct nvme_fabrics_uri { char*scheme;char*protocol;char*userinfo;char*host;intport;char**path_segments;char*query;char*fragment; };

See Also