Skip to content
Snippets Groups Projects
Commit c1223a70 authored by Mark Valence's avatar Mark Valence
Browse files

Added NO_THREADS version of ldap_pvt_thread_pool_maxthreads

parent df2af6bf
Branches
Tags
No related merge requests found
......@@ -160,6 +160,12 @@ ldap_pvt_thread_pool_submit (
return(0);
}
int
ldap_pvt_thread_pool_maxthreads ( ldap_pvt_thread_pool_t *tpool, int max_threads )
{
return(0);
}
int
ldap_pvt_thread_pool_backload (
ldap_pvt_thread_pool_t *pool )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment