* thread reads data on it. Otherwise the listener thread will repeatedly
* submit the same event on it to the pool.
*/
- rc = slapd_ack_read( s, 0 );
+ rc = slapd_clr_read( s, 0 );
if ( rc )
return rc;
assert( connections != NULL );
- slapd_ack_write( s, 0 );
+ slapd_clr_write( s, 0 );
c = connection_get( s );
if( c == NULL ) {
LDAP_SLAPD_F (void) slapd_set_write LDAP_P((ber_socket_t s, int wake));
LDAP_SLAPD_F (void) slapd_clr_write LDAP_P((ber_socket_t s, int wake));
-LDAP_SLAPD_F (void) slapd_ack_write LDAP_P((ber_socket_t s, int wake));
LDAP_SLAPD_F (void) slapd_set_read LDAP_P((ber_socket_t s, int wake));
LDAP_SLAPD_F (int) slapd_clr_read LDAP_P((ber_socket_t s, int wake));
-LDAP_SLAPD_F (int) slapd_ack_read LDAP_P((ber_socket_t s, int wake));
LDAP_SLAPD_V (volatile sig_atomic_t) slapd_abrupt_shutdown;
LDAP_SLAPD_V (volatile sig_atomic_t) slapd_shutdown;