summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/ntapi/nt_socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ntapi/nt_socket.h b/include/ntapi/nt_socket.h
index aca18ba..d6540e3 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 * hobj;
nt_pty * hpty;
};
@@ -403,6 +404,7 @@ typedef struct _nt_socket {
void * hpair;
void * hasync;
void * hobject;
+ void * hprocess;
void * hsection;
void * dirctx;
};