File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/net/operator/linux Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ impl Operator<'_> {
9393 & self ,
9494 timeout : Option < Duration > ,
9595 want : usize ,
96- ) -> std:: io:: Result < ( usize , CompletionQueue , Option < Duration > ) > {
96+ ) -> std:: io:: Result < ( usize , CompletionQueue < ' _ > , Option < Duration > ) > {
9797 if support_io_uring ( ) {
9898 if self
9999 . entering
@@ -113,7 +113,7 @@ impl Operator<'_> {
113113 & self ,
114114 timeout : Option < Duration > ,
115115 want : usize ,
116- ) -> std:: io:: Result < ( usize , CompletionQueue , Option < Duration > ) > {
116+ ) -> std:: io:: Result < ( usize , CompletionQueue < ' _ > , Option < Duration > ) > {
117117 let start_time = Instant :: now ( ) ;
118118 self . timeout_add ( crate :: common:: constants:: IO_URING_TIMEOUT_USERDATA , timeout) ?;
119119 let mut cq = unsafe { self . inner . completion_shared ( ) } ;
You can’t perform that action at this time.
0 commit comments