screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [screen-devel] [PATCH 1/1] add compat layer to handle both fifos and


From: Amadeusz Sławiński
Subject: Re: [screen-devel] [PATCH 1/1] add compat layer to handle both fifos and sockets
Date: Tue, 18 Apr 2017 12:44:18 +0200

On Thu, 13 Apr 2017 15:55:11 +0200
Christian Brauner <address@hidden> wrote:

> So far screen could only support either sockets or fifos but not both. This
> proved to be a blocker for any upgrade. This adds a compatibility layer to
> screen v4 to support both sockets and fifos at the same time. The strategy 
> here
> is to only support fifos for legacy sessions that already exist. All new
> sessions will use sockets by default.
> 
> Signed-off-by: Christian Brauner <address@hidden>
> ---
>  src/acconfig.h   |   5 -
>  src/attacher.c   |  30 +--
>  src/configure.ac |  26 ---
>  src/extern.h     |   9 +-
>  src/osdef.h.in   |   3 -
>  src/osdef.sh     |   2 -
>  src/screen.c     |  34 +---
>  src/socket.c     | 608 
> ++++++++++++++++++++++++++++++-------------------------
>  8 files changed, 365 insertions(+), 352 deletions(-)
> 

Hey,

thanks for patch, I pushed it to screen-v4.

Cheers,
Amadeusz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]