X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/e7e94cd5a1663f3e3046a449030b33f9bd0dba7b..c0fb3f2307fc80d2d85cc1ab16c3fd262bba49a6:/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; };