s4-srvsvc: merge srvsvc_NetServerStatisticsGet from s3 idl.
authorGünther Deschner <gd@samba.org>
Wed, 29 Oct 2008 13:24:18 +0000 (14:24 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 31 Oct 2008 01:44:31 +0000 (02:44 +0100)
Guenther

source3/librpc/idl/srvsvc.idl
source4/librpc/idl/srvsvc.idl

index c60b4a4ce597de830e239eae3e2f2da037a4b16c..bd43bb7cc69f58f406dde8c6e17028a02dacf0c6 100644 (file)
@@ -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
                );
 
 /**************************/
index f925fe9258ec01e89072f68445ce38fbe5d74e49..c5d1debc0a21982cc22822e0432fb8ea6bedab37 100644 (file)
@@ -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
                );
 
 /**************************/