]> git.sur5r.net Git - openldap/commitdiff
ITS#5519 add missing stubs
authorHoward Chu <hyc@openldap.org>
Tue, 20 May 2008 11:23:19 +0000 (11:23 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 20 May 2008 11:23:19 +0000 (11:23 +0000)
libraries/libldap_r/thr_stub.c

index 80c01cfdc48344399ab341ccfee2404ee7e55c67..0768b5cf7ab0c643a496b6a1ff44cdc9cdc7e9f3 100644 (file)
@@ -226,6 +226,16 @@ int ldap_pvt_thread_pool_resume (
        return(0);
 }
 
+int ldap_pvt_thread_pool_pausing( ldap_pvt_thread_pool_t *tpool )
+{
+       return(0);
+}
+
+ldap_pvt_thread_pool_pausecheck( ldap_pvt_thread_pool_t *tpool )
+{
+       return(0);
+}
+       
 void *ldap_pvt_thread_pool_context( )
 {
        return(NULL);