]> git.sur5r.net Git - openldap/commitdiff
ITS#6188 add stub for ldap_pvt_thread_pool_retract()
authorHoward Chu <hyc@openldap.org>
Thu, 25 Jun 2009 23:15:38 +0000 (23:15 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 25 Jun 2009 23:15:38 +0000 (23:15 +0000)
libraries/libldap_r/thr_stub.c

index 1922fa2afdc929cb8e40e8e00d2381895e672ca9..2e3b3522fbb6338eb8581dbf399d0f284e187917 100644 (file)
@@ -166,6 +166,14 @@ ldap_pvt_thread_pool_submit (
        return(0);
 }
 
+int
+ldap_pvt_thread_pool_retract (
+       ldap_pvt_thread_pool_t *pool,
+       ldap_pvt_thread_start_t *start_routine, void *arg )
+{
+       return(0);
+}
+
 int
 ldap_pvt_thread_pool_maxthreads ( ldap_pvt_thread_pool_t *tpool, int max_threads )
 {