prepare for conversion of ssh, sshd mainloop from select() to poll()
authordjm <djm@openbsd.org>
Thu, 6 Jan 2022 21:46:23 +0000 (21:46 +0000)
committerdjm <djm@openbsd.org>
Thu, 6 Jan 2022 21:46:23 +0000 (21:46 +0000)
commitad9da924376e7a2b99fb47122320519a9e973300
treec81b4dfde22b91c4d07ec57dde6797b7c1769f09
parent2c2e4d2c3ef635f152f3861d56bb279ccec06300
prepare for conversion of ssh, sshd mainloop from select() to poll()
by moving FD_SET construction out of channel handlers into separate
functions. ok markus
usr.bin/ssh/channels.c
usr.bin/ssh/channels.h