summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_daemon.h')
-rw-r--r--include/ntapi/nt_daemon.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/ntapi/nt_daemon.h b/include/ntapi/nt_daemon.h
index 0b44e86..04688d4 100644
--- a/include/ntapi/nt_daemon.h
+++ b/include/ntapi/nt_daemon.h
@@ -63,11 +63,12 @@ typedef struct _nt_daemon_params {
void ** pport_daemon;
void * hport_internal_client;
void ** pport_internal_client;
+ void * hevent_daemon_port;
+ void ** pevent_daemon_port;
void * hevent_daemon_ready;
void ** pevent_daemon_ready;
void * hevent_internal_client_ready;
void ** pevent_internal_client_ready;
- void * hthread_daemon_start;
void * hthread_daemon_loop;
void * hthread_internal_client;
int32_t exit_code_daemon_start;
@@ -81,10 +82,7 @@ typedef struct _nt_daemon_params {
typedef int32_t __stdcall ntapi_dsr_init(nt_daemon_params *);
-typedef int32_t __stdcall ntapi_dsr_start(nt_daemon_params *);
typedef int32_t __stdcall ntapi_dsr_create_port(nt_daemon_params *);
-typedef int32_t __stdcall ntapi_dsr_connect_internal_client(nt_daemon_params *);
-typedef int32_t __stdcall ntapi_dsr_internal_client_connect(nt_daemon_params *);
typedef int32_t __stdcall ntapi_dsr_loop(void *);
#endif