From 02f5840eafe76cbd0d109f8c074f5db037dd6c06 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 13 May 2019 03:43:23 +0000 Subject: tty API: added NT_TTY_LOG_WRITE, NT_TTY_LOG_QUERY. --- include/ntapi/nt_tty.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h index 403f79d..9be8e8e 100644 --- a/include/ntapi/nt_tty.h +++ b/include/ntapi/nt_tty.h @@ -69,6 +69,9 @@ typedef enum _nt_tty_opcode { NT_TTY_QUERY_INFORMATION_SEMAPHORE, NT_TTY_QUERY_INFORMATION_MSGQUEUE, NT_TTY_QUERY_INFORMATION_AFLOCK, + /* session log */ + NT_TTY_LOG_WRITE, + NT_TTY_LOG_QUERY, /* peer daemon calls */ NT_TTY_REQUEST_PEER, NT_TTY_SIGNAL_PEER, -- cgit v1.2.3