X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=librpc%2Fidl%2Fmisc.idl;fp=librpc%2Fidl%2Fmisc.idl;h=a60d30bef2c450e02c5ab008f45b07ebc74f0653;hb=e4523e3c8f68752da65bedd3c1559c78b3be67a2;hp=adaac9a5336a6b675575b7b490f75554d5f337d2;hpb=10fed057cde7649b8fc8ee6611ea588a471c2483;p=abartlet%2Fsamba.git%2F.git 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;