From d823cab63ad61a5b9ba09e6f4ccfd246572cd5e3 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Mon, 11 Apr 2022 12:02:54 +0200 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index 917a91c..9897c85 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -1041,7 +1041,7 @@ int fuse_loop_mt_32(struct fuse *f, struct fuse_loop_config *config); * in the callback function of fuse_operations is also thread-safe. * * @param f the FUSE handle - * @param config loop configuration + * @param config loop configuration, may be NULL and defaults will be used then * @return see fuse_session_loop() * * See also: fuse_loop() -- cgit v1.2.3