]> git.tuebingen.mpg.de Git - paraslash.git/commit
Hide implementation of para_fd_set().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 3 Oct 2021 19:52:02 +0000 (21:52 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 25 Aug 2022 13:37:26 +0000 (15:37 +0200)
commitbb899fb1a0c279a2890ff30d11bf7aec50fb92ed
tree7d0344e4ca0332ab6758347ba188fa7b3b2b6647
parente854df2fe2cfb3ae90a439828fc13cc0fc470aa9
Hide implementation of para_fd_set().

This preparatory patch for replacing select() renames para_fd_set()
to sched_fd_set(), moves it to sched.c and makes it static. All
users are modified to call either of the two new public functions
sched_monitor_{read,write}fd() which take a pointer to struct sched
rather than an fd set pointer.
26 files changed:
afs.c
alsa_write.c
audioc.c
audiod.c
client_common.c
dccp_recv.c
dccp_send.c
fd.c
fd.h
file_write.c
grab_client.c
gui.c
http_recv.c
http_send.c
interactive.c
oss_write.c
play.c
sched.c
sched.h
server.c
signal.h
stdin.c
stdout.c
sync_filter.c
udp_recv.c
vss.c