diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-07-26 18:22:14 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-07-26 18:22:14 +0300 |
commit | f14be8e3ca4426d5fb84d4fed941d62a249738a1 (patch) | |
tree | e0ac0debf75d0963c17521ebeea71d292eb5d635 | |
parent | 7cc9580d8881325b06b56736e0e9aec36edfbddc (diff) | |
download | ydb-f14be8e3ca4426d5fb84d4fed941d62a249738a1.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/libs/liburing/test/nvme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/liburing/test/nvme.h b/contrib/libs/liburing/test/nvme.h index 87abf8a64b..1254b92d21 100644 --- a/contrib/libs/liburing/test/nvme.h +++ b/contrib/libs/liburing/test/nvme.h @@ -16,7 +16,7 @@ extern "C" { * If the uapi headers installed on the system lacks nvme uring command * support, use the local version to prevent compilation issues. */ -#if 0 +#ifndef CONFIG_HAVE_NVME_URING struct nvme_uring_cmd { __u8 opcode; __u8 flags; |