Skip to content

Commit

Permalink
maybe done
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Aug 9, 2024
1 parent 7ae231a commit c771615
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion worker/src/DepLibUring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ void DepLibUring::StartPollingCQEs()

MS_ASSERT(DepLibUring::enabled, "DepLibUring::liburing not supported");


DepLibUring::liburing->StartPollingCQEs();
}

Expand Down
2 changes: 1 addition & 1 deletion worker/src/Worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ flatbuffers::Offset<FBS::Worker::DumpResponse> Worker::FillBuffer(
channelMessageHandlers
#ifdef MS_LIBURING_SUPPORTED
,
DepLibUring::FillBuffer(builder)
DepLibUring::IsEnabled() ? DepLibUring::FillBuffer(builder) : nullptr
#endif
);
}
Expand Down

0 comments on commit c771615

Please sign in to comment.