fuse_session_loop_mt: Accept a NULL config - use defaults
authorBernd Schubert <bschubert@ddn.com>
Mon, 11 Apr 2022 10:02:54 +0000 (12:02 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 4 Sep 2022 12:07:15 +0000 (13:07 +0100)
commitd823cab63ad61a5b9ba09e6f4ccfd246572cd5e3
tree18a3b2e6c570fb4312ad7f3488d90f7305de48e1
parentaf5710e7a3ad42e1b64ee8882fd72b22ffe271ac
fuse_session_loop_mt: Accept a NULL config - use defaults

If an application does not want to bother with the session
and wants to keep defaults, it can now just pass a NULL
as config parameter.
include/fuse.h
lib/fuse_loop_mt.c