cryptomator/jfuse

add `fuse_config` to `init(...)`

Closed this issue · 1 comments

Add a second parameter @Nullable FuseConfig fuseConfig to init:

default void init(FuseConnInfo conn) { // TODO: add @Nullable FuseConfig for libfuse3
// no-op
}

Document in the JavaDoc that this is not set when using the libfuse2 API.

infeo commented

Closed with merging #18 in 8b3351a