Home
last modified time | relevance | path

Searched refs:got_pollhup (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/shared/
Dvarlink.c136 bool got_pollhup:1; member
416 if (IN_SET(v->state, VARLINK_IDLE_CLIENT) && (v->write_disconnected || v->got_pollhup)) in varlink_test_disconnect()
422 …NK_PENDING_METHOD_MORE) && (v->write_disconnected || v->output_buffer_size == 0) && v->got_pollhup) in varlink_test_disconnect()
1029 v->got_pollhup = true; in handle_revents()