Browse Source

node.cpp

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

2
libfuse/lib/node.cpp

@ -11,7 +11,7 @@ struct stack_t
stack_t *next;
};
struct StackPair
struct StackInfo
{
stack_t &stack;
bool &should_gc;

Loading…
Cancel
Save