xenstore: use AsRef<str> for path and restructure

This commit is contained in:
Alex Zenla
2024-03-08 13:08:59 +00:00
parent 7507f17d99
commit b0bd931f0e
9 changed files with 321 additions and 310 deletions

View File

@ -9,7 +9,7 @@ use krata::launchcfg::{
};
use uuid::Uuid;
use xenclient::{DomainConfig, DomainDisk, DomainNetworkInterface};
use xenstore::client::XsdInterface;
use xenstore::XsdInterface;
use crate::cfgblk::ConfigBlock;
use crate::image::{cache::ImageCache, name::ImageName, ImageCompiler, ImageInfo};

View File

@ -11,7 +11,7 @@ use loopdev::LoopControl;
use tokio::sync::Mutex;
use uuid::Uuid;
use xenclient::XenClient;
use xenstore::client::{XsdClient, XsdInterface};
use xenstore::{XsdClient, XsdInterface};
use self::{
autoloop::AutoLoop,