diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-06-14 12:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-06-14 12:01:10 +0100 |
commit | 37005d04a9a3871ca4c41e8ed47569f4061532f9 (patch) | |
tree | f41dcec4f2bf19e91dc31f513620f7ff3db9a525 /tmux.h | |
parent | 48a46e066ed2836cf8b58da65a2d730011702ee5 (diff) | |
parent | 29c29e771767b037f2929b889bb0de2b0b6ee138 (diff) | |
download | rtmux-37005d04a9a3871ca4c41e8ed47569f4061532f9.tar.gz rtmux-37005d04a9a3871ca4c41e8ed47569f4061532f9.tar.bz2 rtmux-37005d04a9a3871ca4c41e8ed47569f4061532f9.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -429,6 +429,7 @@ enum msgtype { MSG_IDENTIFY_STDIN, MSG_IDENTIFY_ENVIRON, MSG_IDENTIFY_DONE, + MSG_IDENTIFY_CLIENTPID, MSG_COMMAND = 200, MSG_DETACH, @@ -1210,6 +1211,7 @@ RB_HEAD(status_out_tree, status_out); struct client { struct imsgbuf ibuf; + pid_t pid; int fd; struct event event; int retval; |