Skip to content

Commit

Permalink
with TSRMLS_CACHE_EXTERN() replace TSRMLS_CACHE_DEFINE()
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jun 8, 2024
1 parent 87625e7 commit 2343480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext-src/swoole_thread.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ static struct {
} request_info;

//TSRMLS_CACHE_DEFINE();
TSRMLS_CACHE_EXTERN()

typedef std::thread Thread;

Expand Down

0 comments on commit 2343480

Please sign in to comment.