ITS#6188 add stub for ldap_pvt_thread_pool_retract()

This commit is contained in:
Howard Chu 2009-06-25 23:15:38 +00:00
parent eb2d7ceb93
commit 093fed660d

View File

@ -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 )
{