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:
parent
77ac27dcf8
commit
5bb8d445f4
@ -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 ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user