amend d3e253d7281a, also note that it fixed other bugs with transport_fd new-transport
authorTero Marttila <terom@fixme.fi>
Tue, 28 Apr 2009 23:11:06 +0300
branchnew-transport
changeset 161 d229e4668476
parent 160 4f8dc89d7cbb
child 162 fa8dc83739e2
amend d3e253d7281a, also note that it fixed other bugs with transport_fd
src/fifo.c
--- a/src/fifo.c	Tue Apr 28 23:10:38 2009 +0300
+++ b/src/fifo.c	Tue Apr 28 23:11:06 2009 +0300
@@ -111,6 +111,7 @@
  * Our sock_stream_type
  */
 const struct transport_type fifo_type = {
+    .parent                 = &transport_fd_type,
     .methods                = {
         .read               = fifo_read,
         .write              = NULL,