]> git.tuebingen.mpg.de Git - paraslash.git/commit - dccp_send.c
net: Drop fd_set parameter from para_accept().
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 30 Sep 2021 20:18:43 +0000 (22:18 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 25 Aug 2022 13:37:26 +0000 (15:37 +0200)
commitad37397a4f7734394ef1f03b4b54a54226421a4e
treec94ab0fd07c26828737b8268fc0ffabd8df7c870
parent4ddaef74ff8f605a31c499d77fcaaffa7a3708c0
net: Drop fd_set parameter from para_accept().

As for read_nonblock(), the parameter is dispensable because it is
only used for an optimization to avoid a system call. Get rid of it
because it hinders the conversion from select(2) to poll(2).
afs.c
audiod.c
audiod.h
audiod_command.c
dccp_send.c
http_send.c
net.c
net.h
send.h
send_common.c
server.c