Added uxsel.c, into which I've moved those parts of the uxnet.c
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 Mar 2003 16:47:06 +0000 (16:47 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 Mar 2003 16:47:06 +0000 (16:47 +0000)
commit0ff9ea389c749836c7c6f23f1e654bc9a5600ebf
treedc286b7daaf0faa3209dde96222e812220ae4ab6
parent3d88e64dfcf5dc0fd361ce0c504c67a9196ce44c
Added uxsel.c, into which I've moved those parts of the uxnet.c
functionality that deal with selectable fds in general. The idea is
that pty.c will stop passing its fd straight to pterm.c and hand it
to this module instead, and pterm.c will start requesting a general
list of fds from this module rather than expecting a single one from
pty.c, with the ultimate aim of pterm.c being able to form the basis
of a Unix PuTTY as well as pterm proper.

git-svn-id: svn://svn.tartarus.org/sgt/putty@3015 cda61777-01e9-0310-a592-d414129be87e
Recipe
unix/unix.h
unix/uxnet.c
unix/uxplink.c
unix/uxsel.c [new file with mode: 0644]