mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
3a3dd7b02d
fuse_set_conn_flag() collects the libfuse-side connection hints that are not negotiated with the kernel. no_interrupt was the one such hint still set only by direct field assignment. Define FUSE_CONN_FLAG_NO_INTERRUPT alongside FUSE_CONN_FLAG_SINGLE_ISSUER and map it onto conn->no_interrupt in the same switch, and convert the example init() handlers to set it through the setter. Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Note: * If the pkg-config command fails due to the absence of the fuse3.pc file, you should configure the path to the fuse3.pc file in the PKG_CONFIG_PATH variable.