summaryrefslogtreecommitdiff
path: root/librpc/idl/misc.idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-02-19 15:55:28 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-02-19 16:32:49 +1100
commite4523e3c8f68752da65bedd3c1559c78b3be67a2 (patch)
tree72f6b8d81ca13516664c77d58ecd98daa9bdd8c5 /librpc/idl/misc.idl
parent10fed057cde7649b8fc8ee6611ea588a471c2483 (diff)
downloadsamba-e4523e3c8f68752da65bedd3c1559c78b3be67a2.tar.gz
samba-e4523e3c8f68752da65bedd3c1559c78b3be67a2.tar.bz2
samba-e4523e3c8f68752da65bedd3c1559c78b3be67a2.zip
misc.idl: Add reference to the slightly odd representation of if_version
I found this confusing, so explian for the next poor programmer who has to get up to speed with this quickly. Andrew Bartlett
Diffstat (limited to 'librpc/idl/misc.idl')
-rw-r--r--librpc/idl/misc.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/librpc/idl/misc.idl b/librpc/idl/misc.idl
index adaac9a533..a60d30bef2 100644
--- a/librpc/idl/misc.idl
+++ b/librpc/idl/misc.idl
@@ -21,6 +21,9 @@ interface misc
typedef [public] struct {
GUID uuid;
+ /* The major version is encoded in the 16 least significant bits,
+ the minor in the 16 most significant bits.
+ http://www.opengroup.org/onlinepubs/9629399/chap12.htm */
uint32 if_version;
} ndr_syntax_id;