mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 22:21:31 +00:00
network: auto-retry backend startup
This commit is contained in:
@ -178,4 +178,8 @@ impl AutoNetworkCollector {
|
||||
|
||||
Ok(AutoNetworkChangeset { added, removed })
|
||||
}
|
||||
|
||||
pub fn mark_unknown(&mut self, uuid: Uuid) -> Result<bool> {
|
||||
Ok(self.known.remove(&uuid).is_some())
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user