X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/e7e94cd5a1663f3e3046a449030b33f9bd0dba7b..f7e2f01b2993cc63491f8e56d3db6f1df3be8bb9:/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 <schwarze@openbsd.org>
  *
@@ -20,6 +20,8 @@ struct	tag_files {
 	char	 tfn[20];
 	int	 ofd;
 	int	 tfd;
+	pid_t	 tcpgid;
+	pid_t	 pager_pid;
 };