From: Howard Chu Date: Sun, 9 Apr 2017 14:35:05 +0000 (+0100) Subject: Add ldap_pvt_thread_pool_queues decl X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~68^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a336241e0e2d317f3befb5aebbe2fbd21b4cd291;p=thirdparty%2Fopenldap.git Add ldap_pvt_thread_pool_queues decl Was missing from 0ef9e6107baf45d29e194442991132df6c190adb --- diff --git a/include/ldap_pvt_thread.h b/include/ldap_pvt_thread.h index 246d3b0b20..6bef102898 100644 --- a/include/ldap_pvt_thread.h +++ b/include/ldap_pvt_thread.h @@ -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,