Searched defs:slap_daemon_st (Results 1 – 1 of 1) sorted by relevance
144 typedef struct slap_daemon_st { struct145 ldap_pvt_thread_mutex_t sd_mutex;147 ber_socket_t sd_nactives;148 int sd_nwriters;149 int sd_nfds;150 ldap_pvt_thread_t sd_tid;153 uint8_t* sd_fdmodes; /* indexed by fd */154 Listener** sd_l; /* indexed by fd */158 struct kq_change {162 } sd_kqc[2];[all …]