diff --git a/include/ublk/detail/daemon.hpp b/include/ublk/detail/daemon.hpp index 54fd162..2b59f88 100644 --- a/include/ublk/detail/daemon.hpp +++ b/include/ublk/detail/daemon.hpp @@ -121,7 +121,7 @@ struct daemon_run_t { } auto options = runtime_options ? runtime_options->build(info.queue_depth) - : condy::RuntimeOptions(); + : RuntimeOptions().build(info.queue_depth); AllocVector, decltype(alloc)> loops(alloc); loops.reserve(info.nr_hw_queues);