autocommit 2022-01-03 18:56:52 CET
This commit is contained in:
parent
fc887b339e
commit
30376c595c
39 changed files with 3157 additions and 309 deletions
|
|
@ -91,7 +91,7 @@ impl Acceptor {
|
|||
if let Err(e) = uapi::listen(fd.raw(), 4096) {
|
||||
return Err(AcceptorError::ListenFailed(e.into()));
|
||||
}
|
||||
let id = global.el.id()?;
|
||||
let id = global.el.id();
|
||||
let acc = Rc::new(Acceptor {
|
||||
_unlinker: unlinker,
|
||||
id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue