]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found