3e4395 subsystem interfaces: enum _nt_tty_log_info_type: additional log types.

Authored and Committed by midipix 5 years ago
    subsystem interfaces: enum _nt_tty_log_info_type: additional log types.
    
        
file modified
+4 -0
include/ntapi/nt_tty.h CHANGED
@@ -185,6 +185,10 @@ typedef enum _nt_tty_log_info_type {
185
185
NT_TTY_LOG_INFO_POINTER_ARRAY,
186
186
NT_TTY_LOG_INFO_EXCEPTION_RECORD,
187
187
NT_TTY_LOG_INFO_EXCEPTION_ENTRY,
188
+ NT_TTY_LOG_INFO_FLOW_ENTRY,
189
+ NT_TTY_LOG_INFO_ERROR_ENTRY,
190
+ NT_TTY_LOG_INFO_IPC_ENTRY,
191
+ NT_TTY_LOG_INFO_SIGNAL_ENTRY,
188
192
NT_TTY_LOG_INFO_CAP,
189
193
} nt_tty_log_info_type;
190
194