From 41736e9019c8bcf3fc45f042759182ea2c2d28bb Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 19 Aug 2024 21:18:56 +0000 Subject: internals: struct ptyc_daemon_ctx: added a pointer to the driver context. --- src/internal/ptycon_daemon_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal') diff --git a/src/internal/ptycon_daemon_impl.h b/src/internal/ptycon_daemon_impl.h index 1595984..af2da25 100644 --- a/src/internal/ptycon_daemon_impl.h +++ b/src/internal/ptycon_daemon_impl.h @@ -18,6 +18,8 @@ enum ptyc_daemon_opcodes { typedef int32_t __stdcall ptyc_daemon_routine(nt_tty_port_msg *); struct ptyc_daemon_ctx { + struct ptyc_driver_ctx *driver_ctx; + nt_port_keys daemon_keys; nt_port_attr daemon_attr; nt_port_name daemon_name; -- cgit v1.2.3