Skip to content

Commit

Permalink
fix: revert accidentally deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakuraMizu committed Jul 2, 2024
1 parent a39e56a commit 147ea95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compio-driver/src/poll/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use std::{

use compio_log::{instrument, trace};
use crossbeam_queue::SegQueue;
pub(crate) use libc::{sockaddr_storage, socklen_t};
use polling::{Event, Events, PollMode, Poller};

use crate::{op::Interest, syscall, AsyncifyPool, Entry, Key, OutEntries, ProactorBuilder};
Expand Down

0 comments on commit 147ea95

Please sign in to comment.