Cygwin: FIFO: add some error checking
Change the return type of fhandler_fifo::delete_client_handler from void to int so that we can report errors.
This commit is contained in:
@@ -1271,7 +1271,7 @@ class fhandler_fifo: public fhandler_base
|
||||
HANDLE create_pipe_instance (bool);
|
||||
NTSTATUS open_pipe (HANDLE&);
|
||||
int add_client_handler ();
|
||||
void delete_client_handler (int);
|
||||
int delete_client_handler (int);
|
||||
bool listen_client ();
|
||||
int stop_listen_client ();
|
||||
int check_listen_client_thread ();
|
||||
|
Reference in New Issue
Block a user