fix CI: import ScsiTransport trait in integration test

This commit is contained in:
MattJackson
2026-04-28 21:45:34 -07:00
parent 477cf7ee0e
commit 5083f70cff
+1
View File
@@ -21,6 +21,7 @@ fn test_sgio_transport_timeout_does_not_kill_transport() {
#[cfg(target_os = "linux")] #[cfg(target_os = "linux")]
{ {
use libfreemkv::scsi::ScsiTransport;
use libfreemkv::scsi::linux::SgIoTransport; use libfreemkv::scsi::linux::SgIoTransport;
use std::sync::Arc; use std::sync::Arc;
use std::sync::atomic::{AtomicI32, Ordering}; use std::sync::atomic::{AtomicI32, Ordering};