summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
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
);