Browse Source

node.cpp

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

1
libfuse/lib/node.cpp

@ -24,6 +24,7 @@ thread_local bool g_initialized = false;
static std::mutex g_mutex; static std::mutex g_mutex;
static std::vector<StackInfo> g_all_stacks; static std::vector<StackInfo> g_all_stacks;
node_t* node_t*
node_alloc() node_alloc()
{ {

Loading…
Cancel
Save