Cygwin: FIFO: remove fifo_client_handler::connect_evt
It's not needed. Instead just create and use an event in fhandler_fifo::listen_client_thread.
This commit is contained in:
@ -1253,8 +1253,7 @@ struct fifo_client_handler
|
||||
{
|
||||
fhandler_base *fh;
|
||||
fifo_client_connect_state state;
|
||||
HANDLE connect_evt;
|
||||
fifo_client_handler () : fh (NULL), state (fc_unknown), connect_evt (NULL) {}
|
||||
fifo_client_handler () : fh (NULL), state (fc_unknown) {}
|
||||
int close ();
|
||||
/* Returns FILE_PIPE_DISCONNECTED_STATE, FILE_PIPE_LISTENING_STATE,
|
||||
FILE_PIPE_CONNECTED_STATE, FILE_PIPE_CLOSING_STATE,
|
||||
|
Reference in New Issue
Block a user