Skip to content

Commit

Permalink
ok...
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Aug 9, 2024
1 parent a3bff47 commit d6178ab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions worker/include/DepLibUring.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,14 @@ class DepLibUring
static void SetActive();
static bool IsActive();

private:
class LibUring;
class LibUring;

// Whether liburing is enabled or not after runtime checks.
static bool enabled;
thread_local static LibUring* liburing;

private:
// Private singleton.
public:
// Singleton.
class LibUring
{
public:
Expand Down

0 comments on commit d6178ab

Please sign in to comment.