]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: FIFO: remember the type of the fhandler
authorKen Brown <kbrown@cornell.edu>
Sun, 14 Apr 2019 19:15:57 +0000 (19:15 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 16 Apr 2019 10:54:43 +0000 (12:54 +0200)
commit164378951757bb4bd5554c9034fb97cf1649cbeb
tree6edde52edf2e4b7790469e31af8012bc0af108f3
parent528169992668a7e292b8c1c5a39e2c1e24ff6683
Cygwin: FIFO: remember the type of the fhandler

Add data members 'reader', 'writer', and 'duplexer' to the
fhandler_fifo class.  Set them in fhandler_fifo::open.  ('duplexer'
replaces the previous '_duplexer'.)

This will be useful in later commits.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_fifo.cc
This page took 0.030507 seconds and 5 git commands to generate.