| author | |
| committer | |
| log | 1a7c4e85025b8fff061f78ff34f7524bbed2722d |
| tree | adc44e1cdc2703141884ed08cb6b7735348cf146 |
| parent | af18634753b3671d998ad6064e1f6c3ad9bbc6eb |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
src/mod.zig+1| ... | @@ -26,6 +26,7 @@ pub fn init_thread(dir: ?nfs.Dir) !void { | ... | @@ -26,6 +26,7 @@ pub fn init_thread(dir: ?nfs.Dir) !void { |
| 26 | 26 | ||
| 27 | pub fn deinit_thread() void { | 27 | pub fn deinit_thread() void { |
| 28 | impl.deinit_thread(); | 28 | impl.deinit_thread(); |
| 29 | started = false; | ||
| 29 | } | 30 | } |
| 30 | 31 | ||
| 31 | pub inline fn trace(src: std.builtin.SourceLocation, comptime fmt: []const u8, args: anytype) Ctx { | 32 | pub inline fn trace(src: std.builtin.SourceLocation, comptime fmt: []const u8, args: anytype) Ctx { |