io-uring: add recvmsg
This commit is contained in:
parent
82aae68d98
commit
7cc6c945d3
5 changed files with 173 additions and 49 deletions
|
|
@ -167,7 +167,6 @@ impl Wheel {
|
|||
let expiration = (now + Duration::from_millis(ms)).round_to_ms();
|
||||
let current = self.data.current_expiration.get();
|
||||
if current.is_none() || expiration - self.data.start < current.unwrap() - self.data.start {
|
||||
log::info!("programming timer {}", self.data.fd.raw());
|
||||
let res = uapi::timerfd_settime(
|
||||
self.data.fd.raw(),
|
||||
c::TFD_TIMER_ABSTIME,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue