commit | 49087ae0819add29ee681bcf744aa5de01b02734 | [log] [tgz] |
---|---|---|
author | Ming Lei <[email protected]> | Tue Nov 29 13:47:26 2022 +0000 |
committer | Ming Lei <[email protected]> | Wed Nov 30 06:51:10 2022 +0000 |
tree | 3c99cc59c7fd7e5cbf38c19e7142e311f1e2f716 | |
parent | 62327db4afe00556884630a59a2cf1f6893a1368 [diff] [blame] |
libublksrv: move common utilities helpers into public header Add utils.h for holding this common util helpers. Signed-off-by: Ming Lei <[email protected]>
diff --git a/include/ublksrv_tgt.h b/include/ublksrv_tgt.h index 5145ea4..0ac70e3 100644 --- a/include/ublksrv_tgt.h +++ b/include/ublksrv_tgt.h
@@ -8,8 +8,7 @@ #include <iostream> #include <type_traits> -//we are free to use the private definition -#include "ublksrv_priv.h" +#include "ublksrv.h" #define ublk_assert(x) do { \ if (!(x)) { \