X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_pvt_thread.h;h=e57caf8373d1d9088628a5acdfaf3e94947b479e;hb=30e1c38f80224eea03f29adaedcaef229044eb85;hp=7586cadcc143220570ba0047de2f99fc7b56885c;hpb=d806b970b1b91b4db5998aec7dd5ab610fbe590b;p=openldap diff --git a/include/ldap_pvt_thread.h b/include/ldap_pvt_thread.h index 7586cadcc1..e57caf8373 100644 --- a/include/ldap_pvt_thread.h +++ b/include/ldap_pvt_thread.h @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2012 The OpenLDAP Foundation. + * Copyright 1998-2013 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,