From c26174a7fb2eb57dd26ac3dd31e987d5199e5bc7 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 21 Jul 2016 10:58:29 -0400 Subject: struct ptyc_driver_ctx_impl: added a pointer to the process's runtime data. --- src/internal/ptycon_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (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 0acb69d..8386460 100644 --- a/src/internal/ptycon_driver_impl.h +++ b/src/internal/ptycon_driver_impl.h @@ -51,6 +51,7 @@ struct ptyc_client_ctx { }; struct ptyc_driver_ctx_impl { + nt_rtdata * rtdata; struct ptyc_client_ctx clctx; struct ptyc_term_ctx tctx; struct ptyc_loop_ctx lctx; -- cgit v1.2.3