summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-07-03 06:48:32 +0000
committermidipix <writeonce@midipix.org>2019-07-03 06:48:32 +0000
commitf048be7091eb41d6dd49b1f5feb00b435e6b1303 (patch)
tree7cfcc719d46c70bc7b2813ad587686cca828ba18
parent6e70fb2312f5e20013b334795048dce393665bce (diff)
downloadntapi-f048be7091.tar.bz2
ntapi-f048be7091.tar.xz
struct _nt_runtime_data: renamed .dbg_type,.log_type --> .dbg_level,.log_level.
-rw-r--r--include/ntapi/nt_process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index 4557707..8270d0f 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -648,8 +648,8 @@ typedef struct _nt_runtime_data {
int32_t stderr_type;
int32_t session_type;
- uint32_t dbg_type;
- uint32_t log_type;
+ uint32_t dbg_level;
+ uint32_t log_level;
void * ctx_hsection;
void * ctx_addr;