]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: FIFO: simplify the fifo_client_handler structure
authorKen Brown <kbrown@cornell.edu>
Mon, 16 Mar 2020 22:04:28 +0000 (18:04 -0400)
committerKen Brown <kbrown@cornell.edu>
Fri, 8 May 2020 10:32:00 +0000 (06:32 -0400)
commitce23e97640bd0de35d7d0e384bda89b5161c94c1
tree5a3bbbd3be5244ea0c0e14507b565583fcb347c0
parentd05124dc6beb1379c155bfa0fe5e3bd42a28f280
Cygwin: FIFO: simplify the fifo_client_handler structure

Replace the 'fhandler_base *' member by a HANDLE to the server side of
the Windows named pipe instance.  Make the corresponding
simplifications throughout.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_fifo.cc
This page took 0.031156 seconds and 5 git commands to generate.