]> git.puffer.fish Git - mirror/frr.git/commit
lib: make live log sockets non-blocking
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 5 Mar 2022 18:43:05 +0000 (19:43 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 7 Mar 2022 17:03:15 +0000 (18:03 +0100)
commit2eda953a2af82d37f2b0b4bda4dfa639b8dc862b
tree774cce9127b72e9ccf5bb87a54b12a7361787507
parent1609a9d6360638103e2a1be3f97e8748792840c4
lib: make live log sockets non-blocking

This was the intent here to begin with, not sure where I managed to
forget this along the way...

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/zlog_live.c