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 );