summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/svcctl.idl
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-01-26 04:34:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:12 -0500
commit9eea1eb94fff7b36f695de8c4f86d990e4ed22a9 (patch)
treef37489eb3f08d02e63703bd347d0233e4379b835 /source4/librpc/idl/svcctl.idl
parent0b673687e5207e90f45ee6014d7cdac067093dd7 (diff)
downloadsamba-9eea1eb94fff7b36f695de8c4f86d990e4ed22a9.tar.gz
samba-9eea1eb94fff7b36f695de8c4f86d990e4ed22a9.tar.bz2
samba-9eea1eb94fff7b36f695de8c4f86d990e4ed22a9.zip
r5005: Add missing size specifiers to various bitmaps.
(This used to be commit 19a907cb58f9ec58c5eea12e7979134976c0c469)
Diffstat (limited to 'source4/librpc/idl/svcctl.idl')
-rw-r--r--source4/librpc/idl/svcctl.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl
index fec7f45737..106e262d32 100644
--- a/source4/librpc/idl/svcctl.idl
+++ b/source4/librpc/idl/svcctl.idl
@@ -46,7 +46,7 @@
const int SERVICE_STATE_INACTIVE = 0x02;
const int SERVICE_STATE_ALL = 0x00;
- typedef [public] bitmap {
+ typedef [public,bitmap32bit] bitmap {
SV_TYPE_WORKSTATION = 0x00000001,
SV_TYPE_SERVER = 0x00000002,
SV_TYPE_SQLSERVER = 0x00000004,