diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-02-19 15:55:28 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-02-19 16:32:49 +1100 |
commit | e4523e3c8f68752da65bedd3c1559c78b3be67a2 (patch) | |
tree | 72f6b8d81ca13516664c77d58ecd98daa9bdd8c5 /librpc/idl/misc.idl | |
parent | 10fed057cde7649b8fc8ee6611ea588a471c2483 (diff) | |
download | samba-e4523e3c8f68752da65bedd3c1559c78b3be67a2.tar.gz |
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.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/librpc/idl/misc.idl b/librpc/idl/misc.idl index adaac9a5336..a60d30bef2c 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; |