From 1745d7c10a80072ba5d059b2581742cb0530dc41 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 27 Oct 2025 21:00:38 -0500 Subject: [PATCH] node.cpp --- libfuse/lib/node.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libfuse/lib/node.cpp b/libfuse/lib/node.cpp index 7b2f5b37..a7830694 100644 --- a/libfuse/lib/node.cpp +++ b/libfuse/lib/node.cpp @@ -10,9 +10,10 @@ struct stack_t stack_t *next; }; -thread_local static stack_t *g_stack = NULL; -thread_local bool g_should_gc = false; -thread_local bool g_initialized = false; +thread_local static stack_t *g_stack = NULL; +thread_local bool g_should_gc = false; +thread_local bool g_initialized = false; + node_t* node_alloc()