Searched refs:stdout_stream_new (Results 1 – 1 of 1) sorted by relevance
706 static int stdout_stream_new(sd_event_source *es, int listen_fd, uint32_t revents, void *userdata) { in stdout_stream_new() function936 … = sd_event_add_io(s->event, &s->stdout_event_source, s->stdout_fd, EPOLLIN, stdout_stream_new, s); in server_open_stdout_socket()