]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: FIFO: reorganize some fifo_client_handler methods
authorKen Brown <kbrown@cornell.edu>
Mon, 3 Aug 2020 13:32:30 +0000 (09:32 -0400)
committerKen Brown <kbrown@cornell.edu>
Tue, 4 Aug 2020 12:15:19 +0000 (08:15 -0400)
commit289af73a896b110580e237ecfdf044dcdc2f5066
tree5a736b57b17b527c048144ba95187fcbb69afa21
parent6ed067a0ae5c39b43c8a77433e4c8ca30f87020a
Cygwin: FIFO: reorganize some fifo_client_handler methods

Rename the existing set_state() to query_and_set_state() to reflect
what it really does.  (It queries the O/S for the pipe state.)  Add a
new set_state() method, which is a standard setter, and a
corresponding getter get_state().
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_fifo.cc
winsup/cygwin/select.cc
This page took 0.030883 seconds and 5 git commands to generate.