]> git.sur5r.net Git - openldap/commitdiff
ITS#5197 add stub for ldap_pvt_thread_pool_query()
authorHoward Chu <hyc@openldap.org>
Tue, 23 Oct 2007 21:14:11 +0000 (21:14 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 23 Oct 2007 21:14:11 +0000 (21:14 +0000)
libraries/libldap_r/thr_stub.c

index 1eabb5b7a1d840447f032b0c7e0581b65434ad9c..1dce9d160be0f08a4796bd01e2537fd73b2c8bb5 100644 (file)
@@ -172,6 +172,14 @@ ldap_pvt_thread_pool_maxthreads ( ldap_pvt_thread_pool_t *tpool, int max_threads
        return(0);
 }
 
+int
+ldap_pvt_thread_pool_query( ldap_pvt_thread_pool_t *tpool,
+       ldap_pvt_thread_pool_param_t param, void *value )
+{
+       *(int *)value = -1;
+       return(-1);
+}
+
 int
 ldap_pvt_thread_pool_backload (
        ldap_pvt_thread_pool_t *pool )