Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman committed Oct 25, 2024
1 parent 094a961 commit 2781843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coroutine/system.cc
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,9 @@ int async(AsyncIouring::opcodes opcode,
event.wbuf = wbuf;
event.statxbuf = statxbuf;
event.count = count;
#ifdef HAVE_IOURING_FTRUNCATE
event.offset = offset;
#endif

bool result = false;
AsyncIouring *iouring = SwooleTG.async_iouring;
Expand Down

0 comments on commit 2781843

Please sign in to comment.