summaryrefslogtreecommitdiff
path: root/source3/include/rpc_creds.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/rpc_creds.h')
-rw-r--r--source3/include/rpc_creds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/rpc_creds.h b/source3/include/rpc_creds.h
index 7869fe339c..3247e1efdf 100644
--- a/source3/include/rpc_creds.h
+++ b/source3/include/rpc_creds.h
@@ -62,6 +62,7 @@ typedef struct ntsec_creds
typedef struct user_creds
{
BOOL reuse;
+
uint32 ptr_ntc;
uint32 ptr_uxc;
uint32 ptr_nts;
@@ -82,6 +83,7 @@ typedef struct cred_command
{
uint16 version;
uint16 command;
+ uint32 pid; /* unique process id */
fstring name;