summaryrefslogtreecommitdiffstats
path: root/nvme-builtin.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-31 04:13:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-31 04:13:03 +0000
commitd2082ee94267e4ca59b187c5e37dac03c1d65187 (patch)
treecd93a882e0726a7df500fedf2263263984406b36 /nvme-builtin.h
parentReleasing debian version 2.2.1-4. (diff)
downloadnvme-cli-d2082ee94267e4ca59b187c5e37dac03c1d65187.tar.xz
nvme-cli-d2082ee94267e4ca59b187c5e37dac03c1d65187.zip
Merging upstream version 2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'nvme-builtin.h')
-rw-r--r--nvme-builtin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nvme-builtin.h b/nvme-builtin.h
index c501b74..73528a6 100644
--- a/nvme-builtin.h
+++ b/nvme-builtin.h
@@ -107,6 +107,8 @@ COMMAND_LIST(
ENTRY("lockdown", "Submit a Lockdown command,return result", lockdown_cmd)
ENTRY("dim", "Send Discovery Information Management command to a Discovery Controller", dim_cmd) \
ENTRY("show-topology", "Show the topology", show_topology_cmd) \
+ ENTRY("io-mgmt-recv", "I/O Management Receive", io_mgmt_recv)
+ ENTRY("io-mgmt-send", "I/O Management Send", io_mgmt_send)
);
#endif