Browse Source

node.cpp

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

3
libfuse/lib/node.cpp

@ -17,6 +17,9 @@ struct StackInfo
bool *should_gc_) bool *should_gc_)
: stack(stack_), : stack(stack_),
should_gc(should_gc_) should_gc(should_gc_)
{
}
stack_t *stack; stack_t *stack;
bool *should_gc; bool *should_gc;
}; };

Loading…
Cancel
Save