]> git.tuebingen.mpg.de Git - paraslash.git/commit
new function: set_stream_fds()
authorAndre <maan@p133.(none)>
Sat, 8 Apr 2006 16:53:46 +0000 (18:53 +0200)
committerAndre <maan@p133.(none)>
Sat, 8 Apr 2006 16:53:46 +0000 (18:53 +0200)
commitc430e588047c5db3eb0d043c4dd1378680ec2bcf
treef9ef0da7a514b6e4f52070dc83dbfd350b749fbf
parent7062b8a307355422f2c69b44b65f23eab17ce15d
new function: set_stream_fds()

There are many places like the following:

FD_SET(fd, fdset);
max = MAX(max, fd);

set_stream_fds() simply combines these two commands.
audiod.c
fd.c
fd.h