Browse Source

node.cpp

allocs
Antonio SJ Musumeci 2 weeks ago
parent
commit
f3997fc8a8
  1. 2
      libfuse/lib/node.cpp

2
libfuse/lib/node.cpp

@ -14,6 +14,8 @@ thread_local static stack_t *g_stack = NULL;
thread_local bool g_should_gc = false; thread_local bool g_should_gc = false;
thread_local bool g_initialized = false; thread_local bool g_initialized = false;
static std::mutex g_mutex;
static std::map<stack_t*,bool*> g_all_stacks;
node_t* node_t*
node_alloc() node_alloc()

Loading…
Cancel
Save