mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-14 10:53:22 -05:00
fix *_TIMEOUT API documentation (ITS#5188)
This commit is contained in:
parent
539109e4f0
commit
006b9d9799
1 changed files with 8 additions and 0 deletions
|
|
@ -58,6 +58,10 @@ This is a read-only, handler-specific option.
|
|||
.B LDAP_OPT_TIMEOUT
|
||||
Sets/gets a timeout value for the synchronous API calls.
|
||||
.B outvalue
|
||||
must be a
|
||||
.BR "struct timeval **"
|
||||
(the caller has to free
|
||||
.BR *outvalue ) ,
|
||||
and
|
||||
.B invalue
|
||||
must be a
|
||||
|
|
@ -72,6 +76,10 @@ following a
|
|||
.BR connect (2)
|
||||
returns in case of no activity.
|
||||
.B outvalue
|
||||
must be a
|
||||
.BR "struct timeval **"
|
||||
(the caller has to free
|
||||
.BR *outvalue ) ,
|
||||
and
|
||||
.B invalue
|
||||
must be a
|
||||
|
|
|
|||
Loading…
Reference in a new issue