summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-08-11 17:59:38 +0200
committerStefan Metzmacher <metze@samba.org>2008-08-11 18:15:58 +0200
commit802b4596feabb454a3d573ac9db34a72bc3ca0f9 (patch)
tree5c9311dd7f1d882d146fe3286eb4fe7b714e4ec5 /source4/librpc
parent50fb2059c023600259e21051a29d1613ef19459f (diff)
downloadsamba-802b4596feabb454a3d573ac9db34a72bc3ca0f9.tar.gz
samba-802b4596feabb454a3d573ac9db34a72bc3ca0f9.tar.bz2
samba-802b4596feabb454a3d573ac9db34a72bc3ca0f9.zip
dcerpc.idl: add DCERPC_AUTH_TRAILER_LENGTH
metze (This used to be commit ce36448d74b0c6cdf8928e10c088bf0248a95cf7)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/dcerpc.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl
index e54bc2c29f..0fb94e9672 100644
--- a/source4/librpc/idl/dcerpc.idl
+++ b/source4/librpc/idl/dcerpc.idl
@@ -154,6 +154,8 @@ interface dcerpc
[flag(NDR_REMAINING)] DATA_BLOB credentials;
} dcerpc_auth;
+ const uint8 DCERPC_AUTH_TRAILER_LENGTH = 8;
+
typedef [public] struct {
uint32 _pad;
[flag(NDR_REMAINING)] DATA_BLOB auth_info;