summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
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;