diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-26 04:32:39 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-26 04:32:39 +0000 |
commit | 2edb73fbe9c33b26c3b3b892cbce56eb2e498abf (patch) | |
tree | f549effa537a762cf3791f6bb854233258e523ed /source4/librpc | |
parent | d49d52861807fccb1700ce27dc9d3f5a1ed5c0a3 (diff) | |
download | samba-2edb73fbe9c33b26c3b3b892cbce56eb2e498abf.tar.gz samba-2edb73fbe9c33b26c3b3b892cbce56eb2e498abf.tar.bz2 samba-2edb73fbe9c33b26c3b3b892cbce56eb2e498abf.zip |
added a link to opengroup PDU definitions
(This used to be commit 939d832e5eb49abf392cfee39631a157fc2168a4)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/dcerpc.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index f803936c3b..d31e734416 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -4,6 +4,9 @@ the base dcerpc packet definitions - not traditionally coded as IDL, but given that pidl can handle it nicely it simplifies things a lot to do it this way + + see http://www.opengroup.org/onlinepubs/9629399/chap12.htm for packet + layouts */ [] interface dcerpc |