Searched defs:stdout_stream_new (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Djournald-stream.c524 static int stdout_stream_new(sd_event_source *es, int listen_fd, uint32_t revents, void *userdata) { function
730 r = sd_event_add_io(s->event, &s->stdout_event_source, s->stdout_fd, EPOLLIN, stdout_stream_new, s);

Completed in 14 milliseconds