Adam Martinson adam.r.martinson@gmail.com writes:
From 8eb230b505ddd986b689caf96510fbe016d721a7 Mon Sep 17 00:00:00 2001 From: Adam Martinson adam.r.martinson@gmail.com Date: Thu, 20 Dec 2012 19:55:13 -0600 Subject: [PATCH 3/9] server: Use the same object type for both ends of a named pipe.
Makes either end of a named pipe is readable after the other has been closed. (If the pipe has not been disconnected)
This is still changing way too many things at once. Also, using an array for pipe ends doesn't make much sense, just use two variables.