]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
There are many places like the following:

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

set_stream_fds() simply combines these two commands.


No differences found