diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/ptycon_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |