diff options
author | midipix <writeonce@midipix.org> | 2016-07-21 10:58:29 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-07-24 06:15:13 -0400 |
commit | c26174a7fb2eb57dd26ac3dd31e987d5199e5bc7 (patch) | |
tree | 1a424ac8ff28237d75003ee9e241133c3c4ff387 /src/internal | |
parent | e73fb6abab99e815e6b6d7f40907d532de16eaae (diff) | |
download | ptycon-c26174a7fb2eb57dd26ac3dd31e987d5199e5bc7.tar.bz2 ptycon-c26174a7fb2eb57dd26ac3dd31e987d5199e5bc7.tar.xz |
struct ptyc_driver_ctx_impl: added a pointer to the process's runtime data.
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; |