xref: /openbsd/lib/libfuse/fuse_get_session.3 (revision e5dd7070)
1.\" $OpenBSD: fuse_get_session.3,v 1.2 2018/07/08 06:17:10 jmc 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: July 8 2018 $
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.In fuse.h
25.Ft struct fuse_session *
26.Fn fuse_get_session "struct fuse *f"
27.Sh DESCRIPTION
28.Fn fuse_get_session
29returns the FUSE session associated with the FUSE file handle
30.Fa f .
31.Sh SEE ALSO
32.Xr fuse_remove_signal_handlers 3 ,
33.Xr fuse_set_signal_handlers 3
34.Sh STANDARDS
35The
36.Fn fuse_get_session
37function conforms to FUSE 2.6.
38.Sh HISTORY
39The
40.Fn fuse_get_session
41function first appeared in
42.Ox 5.4 .
43.Sh AUTHORS
44.An Sylvestre Gallon Aq Mt ccna.syl@gmail.com
45