mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
s4-srvsvc: merge srvsvc_NetServerStatisticsGet from s3 idl.
Guenther
This commit is contained in:
parent
31b067a6dd
commit
70c9cb4d9b
@ -1210,7 +1210,7 @@ import "security.idl", "svcctl.idl";
|
||||
[in,unique] [string,charset(UTF16)] uint16 *service,
|
||||
[in] uint32 level,
|
||||
[in] uint32 options,
|
||||
[out,ref] srvsvc_Statistics *stats
|
||||
[out,ref] srvsvc_Statistics **stats
|
||||
);
|
||||
|
||||
/**************************/
|
||||
|
@ -1204,7 +1204,7 @@ import "security.idl", "svcctl.idl";
|
||||
[in,unique] [string,charset(UTF16)] uint16 *service,
|
||||
[in] uint32 level,
|
||||
[in] uint32 options,
|
||||
[out] srvsvc_Statistics stat
|
||||
[out,ref] srvsvc_Statistics **stats
|
||||
);
|
||||
|
||||
/**************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user