Re: [RISU 2/9] Unify master_fd and apprentice_fd to comm_fd

2020-05-18 Thread Peter Maydell
On Wed, 13 May 2020 at 19:09, Richard Henderson wrote: > > Any one invocation cannot be both master and apprentice. > Let's use only one variable for the file descriptor. > > Signed-off-by: Richard Henderson > --- > risu.c | 40 > 1 file changed, 20

[RISU 2/9] Unify master_fd and apprentice_fd to comm_fd

2020-05-13 Thread Richard Henderson
Any one invocation cannot be both master and apprentice. Let's use only one variable for the file descriptor. Signed-off-by: Richard Henderson --- risu.c | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/risu.c b/risu.c index