]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme-print: Move JSON printing function into a new file
authorDaniel Wagner <dwagner@suse.de>
Wed, 8 Feb 2023 08:03:06 +0000 (09:03 +0100)
committerDaniel Wagner <dwagner@suse.de>
Fri, 10 Feb 2023 15:32:16 +0000 (16:32 +0100)
commite9bf6b027d73efc0f1364f12d7e051cddbc23a70
tree6cf69034aad4c8dc623748537fdb1724d60b4e69
parent2f892fd49255aecd6d73c3f1ff73b0c343e38843
nvme-print: Move JSON printing function into a new file

Let's split the JSON printing part from the console printing code as
the file is getting to big.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
fabrics.c
meson.build
nvme-print-json.c [new file with mode: 0644]
nvme-print-json.h [new file with mode: 0644]
nvme-print.c
nvme-print.h