mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
introduce xencl for high-level interaction with xen
This commit is contained in:
@ -29,7 +29,7 @@ fn list_recursive(client: &mut XsdClient, level: usize, path: &str) -> Result<()
|
||||
}
|
||||
|
||||
fn main() -> Result<(), XsdBusError> {
|
||||
let mut client = XsdClient::new()?;
|
||||
let mut client = XsdClient::open()?;
|
||||
list_recursive(&mut client, 0, "/")?;
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user