s4/idl: drsuapi.idl fix drsuapi_DsReplicaSync definition
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>
Sat, 13 Feb 2010 02:53:20 +0000 (04:53 +0200)
committerAnatoliy Atanasov <anatoliy.atanasov@postpath.com>
Wed, 24 Feb 2010 12:14:06 +0000 (14:14 +0200)
commite9438b4c12f135ca01d6e0c65e88176459570907
tree69a0d2eadf128ab89919b9192c8c55ead3d772c2
parentf1a33a6cfeafe5dd34ab1e9176bc2ffbf136a117
s4/idl: drsuapi.idl fix drsuapi_DsReplicaSync definition

- Function should accept pointer to drsuapi_DsReplicaSyncRequest.
  While this doesn't generate essentially different code for
  NDR parser, using pointer will make drsuapi_DsReplicaSync
  descritpin with the rest of the functions in DRSUAPI interface.
  Another benefit is that this way we could create Wireshark
  dissector directly from Samba's verions for drsuapi.idl

- 'level' and thus the switch_type() should be uint32
librpc/idl/drsuapi.idl