]> git.sur5r.net Git - openldap/commitdiff
Add ldap_pvt_thread_pool_queues decl
authorHoward Chu <hyc@openldap.org>
Sun, 9 Apr 2017 14:35:05 +0000 (15:35 +0100)
committerHoward Chu <hyc@openldap.org>
Sun, 9 Apr 2017 14:35:05 +0000 (15:35 +0100)
Was missing from 0ef9e6107baf45d29e194442991132df6c190adb

include/ldap_pvt_thread.h

index 246d3b0b20bcb3befe67abb559da363364b3f926..6bef1028982bdfeab8906f1dc7e3adc6bb832db0 100644 (file)
@@ -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,