=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.522 retrieving revision 1.523 diff -u -r1.522 -r1.523 --- src/usr.bin/tmux/tmux.h 2015/06/07 21:39:39 1.522 +++ src/usr.bin/tmux/tmux.h 2015/06/14 10:07:44 1.523 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.522 2015/06/07 21:39:39 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.523 2015/06/14 10:07:44 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -425,6 +425,7 @@ MSG_IDENTIFY_STDIN, MSG_IDENTIFY_ENVIRON, MSG_IDENTIFY_DONE, + MSG_IDENTIFY_CLIENTPID, MSG_COMMAND = 200, MSG_DETACH, @@ -1206,6 +1207,7 @@ struct client { struct imsgbuf ibuf; + pid_t pid; int fd; struct event event; int retval;