aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httptracer.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-03-06 17:35:39 +0100
committerStefan Boberg <[email protected]>2025-03-06 17:35:39 +0100
commitb044289e3c8fbc4eb4ffa5c1d96da51aa0a41f9b (patch)
treea511dd945c87415fb5389e6579299095e3f3afc8 /src/zenhttp/servers/httptracer.cpp
parentswitched std::vector -> eastl::vector (diff)
downloadzen-sb/eastl.tar.xz
zen-sb/eastl.zip
std::span -> eastl::spansb/eastl
Diffstat (limited to 'src/zenhttp/servers/httptracer.cpp')
-rw-r--r--src/zenhttp/servers/httptracer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/servers/httptracer.cpp b/src/zenhttp/servers/httptracer.cpp
index 6a243c36b..1df9cc64a 100644
--- a/src/zenhttp/servers/httptracer.cpp
+++ b/src/zenhttp/servers/httptracer.cpp
@@ -18,7 +18,7 @@ HttpServerTracer::Initialize(std::filesystem::path DataDir)
}
void
-HttpServerTracer::WriteDebugPayload(std::string_view Filename, const std::span<const IoBuffer> Payload)
+HttpServerTracer::WriteDebugPayload(std::string_view Filename, const eastl::span<const IoBuffer> Payload)
{
uint64_t PayloadSize = 0;
eastl::vector<const IoBuffer*> Buffers;