From 72fe5e7634ee016e977af8faac14d8a655b78d6a Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 23 Oct 2016 15:27:04 +0000 Subject: __ntapi_tt_fork(): child: obtain hprocess and hthread handles upon success. --- src/internal/ntapi_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal') diff --git a/src/internal/ntapi_impl.h b/src/internal/ntapi_impl.h index 7bc010a..0a41fc7 100644 --- a/src/internal/ntapi_impl.h +++ b/src/internal/ntapi_impl.h @@ -72,6 +72,8 @@ typedef struct ___ntapi_img_sec_bss { typedef struct __attr_ptr_size_aligned__ _ntapi_internals { nt_runtime_data * rtdata; nt_port_name * subsystem; + nt_security_descriptor seq_desc; + nt_security_quality_of_service seq_qos; void * htoken; void * hport_tty_session; void * hport_tty_daemon; -- cgit v1.2.3