summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ptycon_driver_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/ptycon_driver_impl.h')
-rw-r--r--src/internal/ptycon_driver_impl.h8
1 files changed, 8 insertions, 0 deletions
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;