--- include/ldap_pvt_thread.h 2008/02/10 15:24:28 1.65 +++ include/ldap_pvt_thread.h 2008/03/08 22:51:07 1.66 @@ -1,5 +1,5 @@ /* ldap_pvt_thread.h - ldap threads header file */ -/* $OpenLDAP: pkg/ldap/include/ldap_pvt_thread.h,v 1.64 2008/01/07 23:20:03 kurt Exp $ */ +/* $OpenLDAP: pkg/ldap/include/ldap_pvt_thread.h,v 1.65 2008/02/10 15:24:28 hallvard Exp $ */ /* This work is part of OpenLDAP Software . * * Copyright 1998-2008 The OpenLDAP Foundation. @@ -252,6 +252,10 @@ ldap_pvt_thread_pool_backload LDAP_P(( ldap_pvt_thread_pool_t *pool )); LDAP_F( int ) +ldap_pvt_thread_pool_pausecheck LDAP_P(( + ldap_pvt_thread_pool_t *pool )); + +LDAP_F( int ) ldap_pvt_thread_pool_pause LDAP_P(( ldap_pvt_thread_pool_t *pool ));