FUSE_GET_SESSION(3) Library Functions Manual FUSE_GET_SESSION(3)

fuse_get_sessionget the FUSE session associated with a FUSE handle

#include <fuse.h>

struct fuse_session *
fuse_get_session(struct fuse *f);

() returns the FUSE session associated with the FUSE file handle f.

fuse_remove_signal_handlers(3), fuse_set_signal_handlers(3)

The fuse_get_session() function conforms to FUSE 2.6.

The fuse_get_session() function first appeared in OpenBSD 5.4.

Sylvestre Gallon <ccna.syl@gmail.com>

July 8, 2018 OpenBSD 7.6