mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
parent
7b41feed83
commit
a336241e0e
1 changed files with 5 additions and 0 deletions
|
|
@ -242,6 +242,11 @@ ldap_pvt_thread_pool_maxthreads LDAP_P((
|
|||
ldap_pvt_thread_pool_t *pool,
|
||||
int max_threads ));
|
||||
|
||||
LDAP_F( int )
|
||||
ldap_pvt_thread_pool_queues LDAP_P((
|
||||
ldap_pvt_thread_pool_t *pool,
|
||||
int numqs ));
|
||||
|
||||
#ifndef LDAP_PVT_THREAD_H_DONE
|
||||
typedef enum {
|
||||
LDAP_PVT_THREAD_POOL_PARAM_UNKNOWN = -1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue