Searched refs:notify_fd (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/login-common/
H A Dlogin-proxy-state.c21 int notify_fd; member in struct:login_proxy_state
52 state->notify_fd = -1;
58 i_close_fd_path(&state->notify_fd, state->notify_path);
115 state->notify_fd = open(state->notify_path, O_WRONLY);
116 if (state->notify_fd == -1) {
122 fd_set_nonblock(state->notify_fd, TRUE);
132 if (state->notify_fd == -1) {
135 i_assert(state->notify_fd != -1);
143 ret = write(state->notify_fd, cmd, len);

Completed in 9 milliseconds