Browse Source

debug.c

passthrough
Antonio SJ Musumeci 2 months ago
parent
commit
d472fb1b12
  1. 4
      libfuse/lib/debug.c

4
libfuse/lib/debug.c

@ -805,13 +805,15 @@ debug_fuse_init_out(const uint64_t unique_,
" time_gran=%u;"
" max_pages=%u;"
" map_alignment=%u;"
" max_stack_depth=%u;"
"\n",
arg->max_background,
arg->congestion_threshold,
arg->max_write,
arg->time_gran,
arg->max_pages,
arg->map_alignment);
arg->map_alignment,
arg->max_stack_depth);
}
static

Loading…
Cancel
Save