mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#4006 add stub for ldap_pvt_thread_pool_context_reset()
This commit is contained in:
parent
07fd8431c2
commit
6be50f1b0f
1 changed files with 4 additions and 0 deletions
|
|
@ -216,6 +216,10 @@ void *ldap_pvt_thread_pool_context( )
|
|||
return(NULL);
|
||||
}
|
||||
|
||||
void ldap_pvt_thread_pool_context_reset( void *vctx )
|
||||
{
|
||||
}
|
||||
|
||||
ldap_pvt_thread_t
|
||||
ldap_pvt_thread_self( void )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue