commit | f676bc8d85bdf890caece85e030099bde4ebc139 | [log] [tgz] |
---|---|---|
author | Vitaliy Margolen <wine-patch@kievinfo.com> | Fri Dec 02 15:55:48 2005 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Dec 02 15:55:48 2005 +0100 |
tree | d079e4d138528ff64b68d2d33199bb51b2e61e2f | |
parent | 84f0597d08a83844289ed6e7248eb72a9da828c8 [diff] [blame] |
Move event and mutex objects into directory name space.
diff --git a/server/named_pipe.c b/server/named_pipe.c index 37eaf2c..0aa5733 100644 --- a/server/named_pipe.c +++ b/server/named_pipe.c
@@ -402,7 +402,7 @@ /* this kind of sux - there's no unix way to be alerted when a pipe becomes empty */ - server->event = create_event( NULL, 0, 0, 0 ); + server->event = create_event( NULL, NULL, 0, 0, 0 ); if (!server->event) return 0; gettimeofday( &tv, NULL );