mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 14:11:32 +00:00
xenstore: watch support
This commit is contained in:
@ -41,7 +41,7 @@ impl ContainerBackground {
|
||||
}
|
||||
|
||||
async fn death(&mut self, code: c_int) -> Result<()> {
|
||||
let mut store = XsdClient::open().await?;
|
||||
let store = XsdClient::open().await?;
|
||||
store
|
||||
.write_string("krata/guest/exit-code", &code.to_string())
|
||||
.await?;
|
||||
|
Reference in New Issue
Block a user