]> git.sur5r.net Git - openldap/blobdiff - include/ldap_pvt_thread.h
Merge remote-tracking branch 'origin/mdb.RE/0.9'
[openldap] / include / ldap_pvt_thread.h
index 52d048af9a2269c8bc7fe58fe024c93098c70fde..472fb2601935be6eb2143356ac810d43c80cc488 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  * 
- * Copyright 1998-2013 The OpenLDAP Foundation.
+ * Copyright 1998-2015 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -213,6 +213,13 @@ ldap_pvt_thread_pool_init LDAP_P((
        int max_threads,
        int max_pending ));
 
+LDAP_F( int )
+ldap_pvt_thread_pool_init_q LDAP_P((
+       ldap_pvt_thread_pool_t *pool_out,
+       int max_threads,
+       int max_pending,
+       int num_qs ));
+
 LDAP_F( int )
 ldap_pvt_thread_pool_submit LDAP_P((
        ldap_pvt_thread_pool_t *pool,