# HG changeset patch # User Tero Marttila # Date 1240949466 -10800 # Node ID d229e466847632b938c45ead4d9ad005987c1e99 # Parent 4f8dc89d7cbbf31e407217ad52f3ae0742af69f3 amend d3e253d7281a, also note that it fixed other bugs with transport_fd diff -r 4f8dc89d7cbb -r d229e4668476 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,