summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-05-13 03:43:23 +0000
committermidipix <writeonce@midipix.org>2019-05-13 03:47:29 -0400
commit02f5840eafe76cbd0d109f8c074f5db037dd6c06 (patch)
treefc6e77df15f336695d545c2170f1a186fc96f36a
parent3103f7aff10c09e009869638c263205a0ec1e76b (diff)
downloadntapi-02f5840eafe76cbd0d109f8c074f5db037dd6c06.tar.bz2
ntapi-02f5840eafe76cbd0d109f8c074f5db037dd6c06.tar.xz
tty API: added NT_TTY_LOG_WRITE, NT_TTY_LOG_QUERY.
-rw-r--r--include/ntapi/nt_tty.h3
1 files changed, 3 insertions, 0 deletions
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,