You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.1 KiB
Groff
51 lines
1.1 KiB
Groff
9 years ago
|
.TH CONNECTIONS_SET_ONDESTROY 3 "20 July 2015" "SNTLLv2" "SNTL Library Manual"
|
||
9 years ago
|
.SH NAME
|
||
9 years ago
|
connections_set_ondestroy \- Set callback for the connection links based on the connections set, called in case of link destroying
|
||
9 years ago
|
.br
|
||
|
.SH SYNOPSIS
|
||
|
.B #include <sntl/sntllv2.h>
|
||
|
.sp
|
||
|
#define connections_set_ondestroy(c, f)
|
||
|
|
||
|
.br
|
||
|
.sp
|
||
|
.SH DESCRIPTION
|
||
|
This macro should be used if you want to setup callback function fired upon a connection is closed or broken.
|
||
|
.br
|
||
|
This macro will set on
|
||
|
.B c
|
||
|
connections link set callback
|
||
|
.B f
|
||
|
which is a function pointer of the type:
|
||
|
.br
|
||
|
.sp
|
||
|
.B typedef void (*ondestroy_t)(conn_t *);
|
||
|
.br
|
||
|
.sp
|
||
|
This function will be called if connection link failed, broken etc. It will pass a pointer to the failed connection.
|
||
|
.SH RETURN VALUE
|
||
|
None.
|
||
|
.SH ERRORS
|
||
|
None.
|
||
|
.SH BUGS
|
||
|
None known yet.
|
||
|
.SH EXAMPLE
|
||
|
None.
|
||
|
.SH APPLICATION USAGE
|
||
|
None.
|
||
|
.SH RATIONALE
|
||
|
None.
|
||
|
.SH SEE ALSO
|
||
|
.BI connections_set_priv(3)
|
||
|
,
|
||
|
.BI connections_get_priv(3)
|
||
9 years ago
|
,
|
||
|
.BI connections_set_onpulse(3)
|
||
9 years ago
|
.SH COPYRIGHT
|
||
|
This is a proprietary software. See COPYING for further details.
|
||
|
.br
|
||
|
(c) Askele Group 2013-2015 <http://askele.com>
|
||
|
.SH AUTHOR
|
||
|
Alexander Vdolainen (vdo@askele.com)
|
||
|
|