This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libev
mirror of
/home/gitosis/repositories/libev.git
Watch
1
Star
0
Fork
0
Code
Releases
62
Activity
Browse Source
*** empty log message ***
master
Marc Alexander Lehmann
2 months ago
parent
7606cacefe
commit
844505901b
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
ev_iouring.c
+ 0
- 2
ev_iouring.c
View File
@ -327,8 +327,6 @@ iouring_sqe_submit (EV_P_ struct io_uring_sqe *sqe)
{
unsigned
idx
=
sqe
-
EV_SQES
;
printf
(
"
submit idx %d, op %d, fd %d, us5r %p, poll %d
\n
"
,
idx
,
sqe
-
>
opcode
,
sqe
-
>
fd
,
sqe
-
>
user_data
,
sqe
-
>
poll_events
)
;
EV_SQ_ARRAY
[
idx
]
=
idx
;
ECB_MEMORY_FENCE_RELEASE
;
+
+
EV_SQ_VAR
(
tail
)
;
Write
Preview
Loading…
Cancel
Save