aboutsummaryrefslogtreecommitdiffstats
path: root/man3/libaxl_detach.3
blob: 4fbf46b07970cc0dda1b3bee66bedcb457538fd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.TH libaxl_detach 3 libaxl
.SH NAME
libaxl_detach - Deallocate but do not close connection
.B (ADVANCED)
.SH SYNOPSIS
.nf
#include <libaxl.h>

int libaxl_detach(LIBAXL_CONNECTION *\fIconn\fP);
.fi
.SH DESCRIPTION
The
.BR libaxl_detach ()
function deallocates the connection record
specified in the
.I conn
parameter, which the function will assume is
.IR non- NULL ,
but return the file descriptor of the connection
instead of closing it.
.SH RETURN VALUE
The
.BR libaxl_detach ()
function returns the file descriptor of the
connection.
.SH ERRORS
The
.BR libaxl_detach ()
function cannot fail.
.SH NOTES
None.
.SH SEE ALSO
.BR libaxl_marshal (3),
.BR libaxl_fileno (3),
.BR libaxl_close (3),
.BR libaxl_attach (3)