r20797: make it more clear that this is a 32bit bitmap
authorStefan Metzmacher <metze@samba.org>
Mon, 15 Jan 2007 09:52:25 +0000 (09:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:43:30 +0000 (14:43 -0500)
metze
(This used to be commit e85a4bfbf3309019e31c2b598b3a564daad0df98)

source4/librpc/idl/security.idl

index de5f135dd2b0983f87a7d78ef75abcde7d77e009..098a887bfef77f40e32baca9995cb4cf406397b9 100644 (file)
@@ -240,7 +240,7 @@ interface security
                SEC_ACE_TYPE_SYSTEM_ALARM_OBJECT        = 8
        } security_ace_type;
 
-       typedef bitmap {
+       typedef [bitmap32bit] bitmap {
                SEC_ACE_OBJECT_TYPE_PRESENT             = 0x00000001,
                SEC_ACE_INHERITED_OBJECT_TYPE_PRESENT   = 0x00000002
        } security_ace_object_flags;