Session Initiation Protocol Library Functions
sipholdtrans(3SIP)
NAME
sipholdtrans, sipreleasetrans - hold or release refer-
ence on a transaction
SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ]
#include
void sipholdtrans(siptransactiont siptrans);
void sipreleasetrans(siptransactiont siptrans);
DESCRIPTION
The sipholdtrans() function is used to hold a reference on
the transaction siptrans. A transaction is not freed if
there are any references on it.
The sipreleasetrans() function is used to release a refer-
ence on the transaction siptrans. If the reference falls to
0 and the transaction is in a terminated state, the transac-
tion is freed.
RETURN VALUES
The value of errno is not changed by these calls in the
event of an error.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
libsip(3LIB)
SunOS 5.11 Last change: 25 Jan 2007 1
Session Initiation Protocol Library Functions
sipholdtrans(3SIP)
SunOS 5.11 Last change: 25 Jan 2007 2
|