aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'tag.h')
-rw-r--r--tag.h4
1 files changed, 3 insertions, 1 deletions
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 <schwarze@openbsd.org>
*
@@ -20,6 +20,8 @@ struct tag_files {
char tfn[20];
int ofd;
int tfd;
+ pid_t tcpgid;
+ pid_t pager_pid;
};