Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Nov 14, 2023
1 parent e011fd4 commit 1000439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/src/DepLibUring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ DepLibUring::DepLibUring()
// Watch the event file descriptor.
this->uvHandle = new uv_poll_t;

error = uv_poll_init(DepLibUV::GetLoop(), uvHandle, efd);
error = uv_poll_init(DepLibUV::GetLoop(), this->uvHandle, this->efd);

if (error != 0)
{
Expand Down

0 comments on commit 1000439

Please sign in to comment.