Browse Source

node.cpp

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

4
libfuse/lib/node.cpp

@ -13,8 +13,8 @@ struct stack_t
struct StackInfo struct StackInfo
{ {
stack_t &stack;
bool &should_gc;
stack_t *stack;
bool *should_gc;
}; };
thread_local static stack_t *g_stack = NULL; thread_local static stack_t *g_stack = NULL;

Loading…
Cancel
Save