From cd15a223cc3a39fc83fb91489210382126146be4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 14 Jan 2007 22:28:29 +0000 Subject: r20784: Add ref pointer (This used to be commit 2ba225ee12180d40a957e4e9a824a544c803a265) --- source4/librpc/idl/mgmt.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/mgmt.idl') diff --git a/source4/librpc/idl/mgmt.idl b/source4/librpc/idl/mgmt.idl index 03840b48a5..2f6467af1d 100644 --- a/source4/librpc/idl/mgmt.idl +++ b/source4/librpc/idl/mgmt.idl @@ -48,14 +48,14 @@ interface mgmt WERROR mgmt_inq_stats ( [in] uint32 max_count, [in] uint32 unknown, - [out] mgmt_statistics statistics + [out,ref] mgmt_statistics *statistics ); /***********************/ /* Function 0x02 */ boolean32 mgmt_is_server_listening ( - [out] error_status_t status + [out,ref] error_status_t *status ); -- cgit