Skip to content

Commit 67d50bf

Browse files
author
Martin Belanger
committed
libnvme: add accessor code generation
This adds a code generator that parses struct definitions and generates accessor functions (setters/getters). Signed-off-by: Martin Belanger <[email protected]>
1 parent 0f8351d commit 67d50bf

7 files changed

Lines changed: 2131 additions & 5 deletions

File tree

libnvme/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Authors: Martin Belanger <[email protected]>
77
#
88
if want_libnvme
9-
if openssl_dep.found() and meson.can_run_host_binaries()
9+
if openssl_dep.found() and meson.can_run_host_binaries()
1010
if openssl_dep.type_name() != 'internal'
1111
# Check for a bug in the EVP_PKEY_CTX_add1_hkdf_info implementation
1212
res = cc.run(

0 commit comments

Comments
 (0)