mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#5197 add stub for ldap_pvt_thread_pool_query()
This commit is contained in:
parent
faa76b761d
commit
9bc4ebd12c
1 changed files with 8 additions and 0 deletions
|
|
@ -172,6 +172,14 @@ ldap_pvt_thread_pool_maxthreads ( ldap_pvt_thread_pool_t *tpool, int max_threads
|
|||
return(0);
|
||||
}
|
||||
|
||||
int
|
||||
ldap_pvt_thread_pool_query( ldap_pvt_thread_pool_t *tpool,
|
||||
ldap_pvt_thread_pool_param_t param, void *value )
|
||||
{
|
||||
*(int *)value = -1;
|
||||
return(-1);
|
||||
}
|
||||
|
||||
int
|
||||
ldap_pvt_thread_pool_backload (
|
||||
ldap_pvt_thread_pool_t *pool )
|
||||
|
|
|
|||
Loading…
Reference in a new issue