mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
ITS#7115 add missing pool_idle/unidle stubs
This commit is contained in:
parent
c4325af7e0
commit
de7f6d38fa
1 changed files with 12 additions and 0 deletions
|
|
@ -202,6 +202,18 @@ ldap_pvt_thread_pool_destroy (
|
|||
return(0);
|
||||
}
|
||||
|
||||
void
|
||||
ldap_pvt_thread_pool_idle ( ldap_pvt_thread_pool_t *pool )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
ldap_pvt_thread_pool_unidle ( ldap_pvt_thread_pool_t *pool )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
int ldap_pvt_thread_pool_getkey (
|
||||
void *ctx, void *key, void **data, ldap_pvt_thread_pool_keyfree_t **kfree )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue