summaryrefslogtreecommitdiff
path: root/src/Mmap.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-05-08 21:59:08 +0200
committerTom Smeding <tom@tomsmeding.com>2026-05-08 21:59:08 +0200
commite3ea04d8e71370032da56ad9ea66dcb82d257812 (patch)
tree6fed059e0c394f80d800b3560980284d5d4a4113 /src/Mmap.hs
parent92a9e5663540e47d1f4563aca4365ecce781205f (diff)
Instrument handler blocks
Diffstat (limited to 'src/Mmap.hs')
-rw-r--r--src/Mmap.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mmap.hs b/src/Mmap.hs
index ff32d0f..34d5d38 100644
--- a/src/Mmap.hs
+++ b/src/Mmap.hs
@@ -9,7 +9,7 @@ import Foreign.C.Types
import System.Posix.IO
import System.Posix.Types
-import AtomicPrint
+import Network.HTTP.Server.Mini.Internal.Instrument (atomicPrintNoWaitS)
foreign import ccall "tirclogv_mmap"