mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ITS#6188 add stub for ldap_pvt_thread_pool_retract()
This commit is contained in:
parent
eb2d7ceb93
commit
093fed660d
@ -166,6 +166,14 @@ ldap_pvt_thread_pool_submit (
|
||||
return(0);
|
||||
}
|
||||
|
||||
int
|
||||
ldap_pvt_thread_pool_retract (
|
||||
ldap_pvt_thread_pool_t *pool,
|
||||
ldap_pvt_thread_start_t *start_routine, void *arg )
|
||||
{
|
||||
return(0);
|
||||
}
|
||||
|
||||
int
|
||||
ldap_pvt_thread_pool_maxthreads ( ldap_pvt_thread_pool_t *tpool, int max_threads )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user