]> git.sur5r.net Git - openldap/commitdiff
Outbound connection management
authorHoward Chu <hyc@openldap.org>
Fri, 24 Oct 2003 12:58:13 +0000 (12:58 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 24 Oct 2003 12:58:13 +0000 (12:58 +0000)
servers/slapd/tools/mimic.c

index c9bade3f96d71622f7a6ecf33e2e692d646e51d2..51f7324c40f62adcafdc6c8d915068a039558ec6 100644 (file)
@@ -117,6 +117,26 @@ int slap_sasl_config(
 }
 
 
+int connection_client_setup(
+       ber_socket_t s,
+       Listener *l,
+       ldap_pvt_thread_start_t *func,
+       void *arg )
+{
+       assert(0);
+       return 0;
+}
+
+void connection_client_enable( ber_socket_t s )
+{
+       assert(0);
+}
+
+void connection_client_stop( ber_socket_t s )
+{
+       assert(0);
+}
+
 void connection2anonymous( Connection *c )
 {
        assert(0);