From d918bea72978afa375c83b167a70a814bcaf2a95 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 17 Jul 2016 14:49:49 -0400 Subject: pty layer: set client information for pty inheritance. --- src/internal/ptycon_driver_impl.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/internal/ptycon_driver_impl.h') diff --git a/src/internal/ptycon_driver_impl.h b/src/internal/ptycon_driver_impl.h index ee2e5ca..0acb69d 100644 --- a/src/internal/ptycon_driver_impl.h +++ b/src/internal/ptycon_driver_impl.h @@ -43,7 +43,15 @@ struct ptyc_loop_ctx { int32_t fwinsize; }; +struct ptyc_client_ctx { + void * hprocess; + void * hthread; + nt_cid cid; + nt_pty_client_info clinfo; +}; + struct ptyc_driver_ctx_impl { + struct ptyc_client_ctx clctx; struct ptyc_term_ctx tctx; struct ptyc_loop_ctx lctx; struct ptyc_common_ctx cctx; -- cgit v1.2.3