Cygwin: FIFO: Open only one handle to NPFS

Make npfs_handle a static member function of fhandler_fifo, as in
fhandler_socket_unix.
This commit is contained in:
Ken Brown 2019-05-23 08:34:09 -04:00
parent 77ac27dcf8
commit 5bb8d445f4

View File

@ -1267,7 +1267,7 @@ class fhandler_fifo: public fhandler_base
bool reader, writer, duplexer;
size_t max_atomic_write;
bool __reg2 wait (HANDLE);
NTSTATUS npfs_handle (HANDLE &);
static NTSTATUS npfs_handle (HANDLE &);
HANDLE create_pipe_instance (bool);
NTSTATUS open_pipe (HANDLE&);
int add_client_handler ();