Skip to content

Commit 5cee33e

Browse files
tbzatekigaw
authored andcommitted
util: Add string constant for ENVME_CONNECT_IGNORED
for use through nvme_errno_to_string(). Signed-off-by: Tomas Bzatek <[email protected]>
1 parent 4639169 commit 5cee33e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/nvme/util.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,7 @@ static const char * const libnvme_status[] = {
620620
[ENVME_CONNECT_OPNOTSUPP] = "not supported",
621621
[ENVME_CONNECT_CONNREFUSED] = "connection refused",
622622
[ENVME_CONNECT_ADDRNOTAVAIL] = "cannot assign requested address",
623+
[ENVME_CONNECT_IGNORED] = "connection ignored",
623624
};
624625

625626
const char *nvme_errno_to_string(int status)

0 commit comments

Comments
 (0)