No need for manual coarsetime::Instant::update() anymore
This commit is contained in:
parent
6a95272dcf
commit
9ffa829add
|
|
@ -98,9 +98,6 @@ impl Proxy<'_> {
|
|||
loop {
|
||||
let (vm_readable, host_readable, interrupt) = self.poller.wait()?;
|
||||
|
||||
// Update coarse time for the DHCP snooper
|
||||
coarsetime::Instant::update();
|
||||
|
||||
if vm_readable {
|
||||
self.read_from_vm(buf.as_mut_slice())?;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue