| ... | @@ -2,7 +2,7 @@ const std = @import("std"); | ... | @@ -2,7 +2,7 @@ const std = @import("std"); |
| 2 | const root = @import("root"); | 2 | const root = @import("root"); |
| 3 | const impl = std.meta.globalOption("tracer_impl", type) orelse none; | 3 | const impl = std.meta.globalOption("tracer_impl", type) orelse none; |
| 4 | | 4 | |
| 5 | var started = false; | 5 | threadlocal var started = false; |
| 6 | | 6 | |
| 7 | pub const none = @import("./none.zig"); | 7 | pub const none = @import("./none.zig"); |
| 8 | pub const log = @import("./log.zig"); | 8 | pub const log = @import("./log.zig"); |