Browse Source

debug.c

passthrough
Antonio SJ Musumeci 7 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;" " time_gran=%u;"
" max_pages=%u;" " max_pages=%u;"
" map_alignment=%u;" " map_alignment=%u;"
" max_stack_depth=%u;"
"\n", "\n",
arg->max_background, arg->max_background,
arg->congestion_threshold, arg->congestion_threshold,
arg->max_write, arg->max_write,
arg->time_gran, arg->time_gran,
arg->max_pages, arg->max_pages,
arg->map_alignment);
arg->map_alignment,
arg->max_stack_depth);
} }
static static

Loading…
Cancel
Save