Skip to content

Commit

Permalink
libnvme: add missing symbol nvme_scan_tls_keys
Browse files Browse the repository at this point in the history
Missing from the list of exports.

Signed-off-by: Hannes Reinecke <[email protected].
  • Loading branch information
hreinecke committed Mar 19, 2024
1 parent 93f83b9 commit 5e5c990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libnvme.map
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ LIBNVME_1.9 {
nvme_get_logging_level;
nvme_import_tls_key;
nvme_read_key;
nvme_scan_tls_keys;
nvme_submit_passthru;
nvme_submit_passthru64;
nvme_update_key;
Expand Down

0 comments on commit 5e5c990

Please sign in to comment.