aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpasio.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-10-25 10:28:34 +0200
committerMartin Ridgers <[email protected]>2021-10-25 22:50:43 +0200
commit9ad1640cbfc81c8f6b8bfd927aad346ad01fd1ef (patch)
tree421cdc4c93566baf9a5e46fd68cfc049516dc42a /zenhttp/httpasio.cpp
parentCast to int() on the off chance that pid_t isn't one (diff)
downloadzen-9ad1640cbfc81c8f6b8bfd927aad346ad01fd1ef.tar.xz
zen-9ad1640cbfc81c8f6b8bfd927aad346ad01fd1ef.zip
Use zen::GetCurrentThreadId()
Diffstat (limited to 'zenhttp/httpasio.cpp')
-rw-r--r--zenhttp/httpasio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/httpasio.cpp b/zenhttp/httpasio.cpp
index 061cd607a..980fac2d2 100644
--- a/zenhttp/httpasio.cpp
+++ b/zenhttp/httpasio.cpp
@@ -395,7 +395,7 @@ HttpServerConnection::EnqueueRead()
ZEN_TRACE("read: conn#:{} seq#:{} t:{} bytes:{}",
m_ConnectionId,
m_RequestCounter.load(std::memory_order_relaxed),
- GetCurrentThreadId(),
+ zen::GetCurrentThreadId(),
ByteCount);
OnDataReceived(Ec, ByteCount);