src/sock_fifo.c
changeset 139 55b9dcc2b73a
parent 118 05b8d5150313
--- a/src/sock_fifo.c	Sun Apr 12 23:27:15 2009 +0300
+++ b/src/sock_fifo.c	Thu Apr 16 01:20:09 2009 +0300
@@ -133,7 +133,7 @@
         return SET_ERROR(err, ERR_STRDUP);
 
     // init
-    sock_stream_init(FIFO_BASE(fifo), &fifo_stream_type);
+    sock_stream_init(FIFO_BASE(fifo), &fifo_stream_type, NULL, NULL);
     sock_fd_init(FIFO_FD(fifo), -1);
 
     // open the fifo