From 80b89c048ce8168a5dd42fd59ec0432d9adf40d9 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 17 Jan 2018 21:03:22 +0000 Subject: __ntapi_init(), fork: obtain and keep a handle to the running process. --- src/internal/ntapi_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/ntapi_impl.h') diff --git a/src/internal/ntapi_impl.h b/src/internal/ntapi_impl.h index 870e5fd..4c26f55 100644 --- a/src/internal/ntapi_impl.h +++ b/src/internal/ntapi_impl.h @@ -82,6 +82,7 @@ typedef struct __attr_ptr_size_aligned__ _ntapi_internals { nt_port_name * subsystem; nt_security_descriptor seq_desc; nt_security_quality_of_service seq_qos; + void * hprocess; void * htoken; void * hport_tty_session; void * hport_tty_daemon; -- cgit v1.2.3