diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_daemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/nt_daemon.h b/include/ntapi/nt_daemon.h index c3734c6..0b44e86 100644 --- a/include/ntapi/nt_daemon.h +++ b/include/ntapi/nt_daemon.h @@ -54,6 +54,7 @@ typedef struct _nt_daemon_params { wchar16_t * port_name; nt_port_keys * port_keys; nt_port_name_keys * port_name_keys; + nt_sd * port_sd; uintptr_t port_msg_size; nt_daemon_routine * daemon_once_routine; nt_daemon_routine * daemon_loop_routine; |