]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
build: Add __nvme_msg back to exported symbols
authorDaniel Wagner <dwagner@suse.de>
Fri, 14 Jan 2022 17:24:34 +0000 (18:24 +0100)
committerDaniel Wagner <dwagner@suse.de>
Fri, 14 Jan 2022 17:24:34 +0000 (18:24 +0100)
nvme_msg() is a macro which call __nvme_msg(). The naming scheme is
not great but until we figured it out, add it back to the list of
exported symbols.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
src/libnvme.map

index 506f26853e600be2193cad4b23823f53c8fdf3c4..9b6a1d353d4a0d6166af13ee01979f7f86195902 100644 (file)
@@ -1,6 +1,7 @@
 LIBNVME_1_0 {
        global:
                __nvme_get_log_page;
+               __nvme_msg;
                nvme_admin_passthru64;
                nvme_admin_passthru;
                nvme_attach_ns;