diff --git a/test/unit/lib/lvol/lvol.c/lvol_ut.c b/test/unit/lib/lvol/lvol.c/lvol_ut.c index 240433981..1c7c702f3 100644 --- a/test/unit/lib/lvol/lvol.c/lvol_ut.c +++ b/test/unit/lib/lvol/lvol.c/lvol_ut.c @@ -56,7 +56,10 @@ int g_resize_rc; struct spdk_lvol_store *g_lvol_store; struct spdk_lvol *g_lvol; struct spdk_bs_opts g_bs_opts; -struct spdk_blob_store {}; + +struct spdk_blob_store { + int stub; +}; struct spdk_io_channel *spdk_bs_alloc_io_channel(struct spdk_blob_store *bs) {