jcs's openbsd hax
openbsd
1.\" $OpenBSD: fuse_get_session.3,v 1.3 2025/06/10 12:55:33 schwarze Exp $
2.\"
3.\" Copyright (c) 2018 Helg Bredow <helg.bredow@openbsd.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd $Mdocdate: June 10 2025 $
18.Dt FUSE_GET_SESSION 3
19.Os
20.Sh NAME
21.Nm fuse_get_session
22.Nd get the FUSE session associated with a FUSE handle
23.Sh SYNOPSIS
24.Lb libfuse
25.In fuse.h
26.Ft struct fuse_session *
27.Fn fuse_get_session "struct fuse *f"
28.Sh DESCRIPTION
29.Fn fuse_get_session
30returns the FUSE session associated with the FUSE file handle
31.Fa f .
32.Sh SEE ALSO
33.Xr fuse_remove_signal_handlers 3 ,
34.Xr fuse_set_signal_handlers 3
35.Sh STANDARDS
36The
37.Fn fuse_get_session
38function conforms to FUSE 2.6.
39.Sh HISTORY
40The
41.Fn fuse_get_session
42function first appeared in
43.Ox 5.4 .
44.Sh AUTHORS
45.An Sylvestre Gallon Aq Mt ccna.syl@gmail.com