SASL_IDLE(3SASL) | Simple Authentication Security Layer Library Functions | SASL_IDLE(3SASL) |
sasl_idle - perform precalculations during an idle period
cc [ flag ... ] file ... -lsasl [ library ... ] #include <sasl/sasl.h> int sasl_idle(sasl_conn_t *conn);
Use the sasl_idle() interface during an idle period to allow the SASL library or any mechanisms to perform any necessary precalculation.
conn
sasl_idle() returns the following values:
1
0
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Evolving |
MT-Level | MT-Safe |
August 28, 2003 | OmniOS |