summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-09-01 17:26:09 +0000
committermidipix <writeonce@midipix.org>2019-09-01 17:38:22 +0000
commit79728bd698a22e64b19229b4a705f8e68a4b6611 (patch)
treebc0ab1fe9a375ab6fc921958f2c0564d3154d5b4 /include
parentab26b8788451989c1a072f4a56343fff33c7f042 (diff)
downloadntapi-79728bd698a22e64b19229b4a705f8e68a4b6611.tar.bz2
ntapi-79728bd698a22e64b19229b4a705f8e68a4b6611.tar.xz
struct _nt_socket: revised union members (.hprocess --> .dbgctx, added .hdir).
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_socket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h
index d6540e3..2c34322 100644
--- a/include/ntapi/nt_socket.h
+++ b/include/ntapi/nt_socket.h
@@ -370,6 +370,7 @@ typedef struct _nt_socket {
void * hsocket;
void * hfile;
void * hpipe;
+ void * hdir;
void * hobj;
nt_pty * hpty;
};
@@ -404,9 +405,9 @@ typedef struct _nt_socket {
void * hpair;
void * hasync;
void * hobject;
- void * hprocess;
void * hsection;
void * dirctx;
+ void * dbgctx;
};
} nt_socket;