summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-27 04:02:15 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-27 04:02:15 +0000
commita9203bf02b61180049bc60e7010acaff07c73947 (patch)
treeb9e98f284e1b081c95731b7936985848c97b250b /source4/librpc/rpc/dcerpc.h
parent1cab707f0b1ab000db8438159f8ed46f8f327adc (diff)
downloadsamba-a9203bf02b61180049bc60e7010acaff07c73947.tar.gz
samba-a9203bf02b61180049bc60e7010acaff07c73947.tar.bz2
samba-a9203bf02b61180049bc60e7010acaff07c73947.zip
a couple of tidyups
* don't try to map the epmapper uuid ! * some preliminary support for alter context pdus (This used to be commit f9857e56850cabfac06534fb33ff7a7a04346a9b)
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r--source4/librpc/rpc/dcerpc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index 906f613593..9a301db66b 100644
--- a/source4/librpc/rpc/dcerpc.h
+++ b/source4/librpc/rpc/dcerpc.h
@@ -48,6 +48,9 @@ struct dcerpc_pipe {
NTSTATUS (*shutdown_pipe)(struct dcerpc_pipe *);
const char *(*peer_name)(struct dcerpc_pipe *);
} transport;
+
+ /* the last fault code from a DCERPC fault */
+ uint32 last_fault_code;
};
/* dcerpc pipe flags */