From a121fde484ea2d14b80a55edbc89155192ed5364 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 20 Nov 2015 21:59:54 +0000 Subject: Fix multiple issues regarding process group and signal mask handling found by tb@ and millert@; parts of the code, in particular in tag.c, by millert@; OK millert@. --- tag.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tag.h') diff --git a/tag.h b/tag.h index f00c7f38..ab1388d7 100644 --- a/tag.h +++ b/tag.h @@ -1,4 +1,4 @@ -/* $Id: tag.h,v 1.6 2015/11/07 14:01:16 schwarze Exp $ */ +/* $Id: tag.h,v 1.7 2015/11/20 21:59:54 schwarze Exp $ */ /* * Copyright (c) 2015 Ingo Schwarze * @@ -20,6 +20,8 @@ struct tag_files { char tfn[20]; int ofd; int tfd; + pid_t tcpgid; + pid_t pager_pid; }; -- cgit v1.2.3-56-ge451