aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-07-26 18:22:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-07-26 18:22:14 +0300
commitf14be8e3ca4426d5fb84d4fed941d62a249738a1 (patch)
treee0ac0debf75d0963c17521ebeea71d292eb5d635
parent7cc9580d8881325b06b56736e0e9aec36edfbddc (diff)
downloadydb-f14be8e3ca4426d5fb84d4fed941d62a249738a1.tar.gz
Intermediate changes
-rw-r--r--contrib/libs/liburing/test/nvme.h2
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;