summaryrefslogtreecommitdiff
path: root/source3/include/rpc_creds.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-01-21 02:33:21 +0000
committerLuke Leighton <lkcl@samba.org>2000-01-21 02:33:21 +0000
commitd91bfabc5df7226cc1b0da231e18fd16c8807a25 (patch)
tree89f60e66ddc179fe3ead12f4c05fac6854cbf4fb /source3/include/rpc_creds.h
parentd85e6f2c9a5ca97f47b3c6b7b86f4ca07a8133c2 (diff)
downloadsamba-d91bfabc5df7226cc1b0da231e18fd16c8807a25.tar.gz
samba-d91bfabc5df7226cc1b0da231e18fd16c8807a25.tar.bz2
samba-d91bfabc5df7226cc1b0da231e18fd16c8807a25.zip
made cvs main up-to-date with samba_tng, with addition of process id to
msrpc loop-back interface. (This used to be commit adbf97c0a93149e17496b002ecc8ecdb3f360ed5)
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;