mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-25 08:12:54 -05:00
ITS#5519 add missing stubs
This commit is contained in:
parent
7baff7393c
commit
ce27143ce7
1 changed files with 10 additions and 0 deletions
|
|
@ -226,6 +226,16 @@ int ldap_pvt_thread_pool_resume (
|
|||
return(0);
|
||||
}
|
||||
|
||||
int ldap_pvt_thread_pool_pausing( ldap_pvt_thread_pool_t *tpool )
|
||||
{
|
||||
return(0);
|
||||
}
|
||||
|
||||
ldap_pvt_thread_pool_pausecheck( ldap_pvt_thread_pool_t *tpool )
|
||||
{
|
||||
return(0);
|
||||
}
|
||||
|
||||
void *ldap_pvt_thread_pool_context( )
|
||||
{
|
||||
return(NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue