From c34b2cb9027b8d9dfb127241a9634b7b47a84186 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 20 Jul 2016 05:21:57 -0400 Subject: tty session information: support free-standing session spawning. With matching support in the tty/pty server, passing the syspid of a child process should allow for child session initialization from within a multi-threaded parent as part of a fork-less, native process creation. --- include/ntapi/nt_tty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ntapi/nt_tty.h') diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h index d8e2fc6..16fd43b 100644 --- a/include/ntapi/nt_tty.h +++ b/include/ntapi/nt_tty.h @@ -218,7 +218,7 @@ typedef struct __attr_ptr_size_aligned__ _nt_tty_session_info { int32_t pid; int32_t pgid; int32_t sid; - int32_t reserved; + int32_t syspid; } nt_tty_session_info; typedef struct __attr_ptr_size_aligned__ _nt_tty_register_msg { -- cgit v1.2.3