summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-01-14 22:28:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:40:54 -0500
commitcd15a223cc3a39fc83fb91489210382126146be4 (patch)
tree56260d362f13f63b39a898f65b03401863eb2f0d /source4/librpc
parent79cd3ada824c99cb4a2d62c1d41cd58142548bc6 (diff)
downloadsamba-cd15a223cc3a39fc83fb91489210382126146be4.tar.gz
samba-cd15a223cc3a39fc83fb91489210382126146be4.tar.bz2
samba-cd15a223cc3a39fc83fb91489210382126146be4.zip
r20784: Add ref pointer
(This used to be commit 2ba225ee12180d40a957e4e9a824a544c803a265)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/mgmt.idl4
1 files changed, 2 insertions, 2 deletions
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
);