| author | |
| committer | |
| log | a715c0c693801013e99801c92f7500d2fcb97229 |
| tree | e5d83c58c3f2438791d8094befac05c15008255c |
| parent | bf4bf92cb2914c4b451e2aec44b04d2fffd643af |
1 files changed, 1 insertions(+), 1 deletions(-)
src/mod.zig+1-1| ... | ... | @@ -2,7 +2,7 @@ const std = @import("std"); |
| 2 | 2 | const root = @import("root"); |
| 3 | 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 | 7 | pub const none = @import("./none.zig"); |
| 8 | 8 | pub const log = @import("./log.zig"); |