mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
feat(power-management-core): expose xen hypercall client publicly
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
This commit is contained in:
parent
aa091ddcb4
commit
594a4eafc0
@ -21,7 +21,7 @@ pub mod tx;
|
|||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct XenClient<P: BootSetupPlatform> {
|
pub struct XenClient<P: BootSetupPlatform> {
|
||||||
pub store: XsdClient,
|
pub store: XsdClient,
|
||||||
call: XenCall,
|
pub call: XenCall,
|
||||||
domain_manager: Arc<BaseDomainManager<P>>,
|
domain_manager: Arc<BaseDomainManager<P>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user