]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: FIFO: rename client[] to fc_handler[]
authorKen Brown <kbrown@cornell.edu>
Sun, 14 Apr 2019 19:15:56 +0000 (19:15 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 16 Apr 2019 10:54:43 +0000 (12:54 +0200)
commitb63843ed569c1e4b15f2b197733c334cee1c4454
tree5df224effbf6b0dece1358b7d79095370c37f217
parent1e6c561d48ff8bc34683f763f168ee244af53c88
Cygwin: FIFO: rename client[] to fc_handler[]

The word "client" suggests something that holds a handle to the client
side of the pipe (in Windows terminology).  But our
fifo_client_handlers hold a handle the server side of the pipe, and
they *connect* to clients.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_fifo.cc
winsup/cygwin/select.cc
This page took 0.031722 seconds and 5 git commands to generate.