]> git.tuebingen.mpg.de Git - paraslash.git/commit - dccp_send.c
send: Avoid select-specific arguments in {pre,post}_select().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 3 Oct 2021 19:37:40 +0000 (21:37 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 25 Aug 2022 13:37:26 +0000 (15:37 +0200)
commite854df2fe2cfb3ae90a439828fc13cc0fc470aa9
tree9380f4cc6e35eaaa61fc011a3e51337edb1a2467
parent181beb316afad036ac01a778544c5dec0a8d51c7
send: Avoid select-specific arguments in {pre,post}_select().

Just pass a pointer to struct sched instead of the fd sets. Since
two of the prototypes declared in send.h now refer to this structure,
sched.h must be included before send.h.

The udp sender implements neither ->pre_select() nor ->post_select(),
so we only need to fix the order in which send.h and sched.h are
included.
command.c
dccp_send.c
http_send.c
send.h
send_common.c
server.c
udp_send.c
vss.c