From eec5e026adb176ad48b1ebcb0ddf71bbb609ad95 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 31 May 2007 15:46:01 +0000 Subject: r23269: Regenerate svcctl files after IDL fixes (This used to be commit 92c505bf7f15a79c6e32a38b2d218f65b0283507) --- source3/librpc/gen_ndr/svcctl.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source3/librpc/gen_ndr/svcctl.h') diff --git a/source3/librpc/gen_ndr/svcctl.h b/source3/librpc/gen_ndr/svcctl.h index 22651f2d21..5c7f32cd7b 100644 --- a/source3/librpc/gen_ndr/svcctl.h +++ b/source3/librpc/gen_ndr/svcctl.h @@ -101,7 +101,7 @@ struct svcctl_ControlService { } in; struct { - struct SERVICE_STATUS *status;/* [ref] */ + struct SERVICE_STATUS *service_status;/* [ref] */ WERROR result; } out; @@ -155,7 +155,7 @@ struct svcctl_QueryServiceStatus { } in; struct { - struct SERVICE_STATUS *status;/* [ref] */ + struct SERVICE_STATUS *service_status;/* [ref] */ WERROR result; } out; @@ -264,7 +264,7 @@ struct svcctl_EnumDependentServicesW { } in; struct { - struct ENUM_SERVICE_STATUS *status;/* [unique] */ + struct ENUM_SERVICE_STATUS *service_status;/* [unique] */ uint32_t *bytes_needed;/* [ref] */ uint32_t *services_returned;/* [ref] */ WERROR result; @@ -345,7 +345,7 @@ struct svcctl_QueryServiceLockStatusW { } in; struct { - struct SERVICE_LOCK_STATUS *status;/* [ref] */ + struct SERVICE_LOCK_STATUS *lock_status;/* [ref] */ uint32_t *required_buf_size;/* [ref] */ WERROR result; } out; @@ -468,7 +468,7 @@ struct svcctl_EnumDependentServicesA { } in; struct { - struct ENUM_SERVICE_STATUS *status;/* [unique] */ + struct ENUM_SERVICE_STATUS *service_status;/* [unique] */ uint32_t *bytes_needed;/* [ref] */ uint32_t *services_returned;/* [ref] */ WERROR result; @@ -548,7 +548,7 @@ struct svcctl_QueryServiceLockStatusA { } in; struct { - struct SERVICE_LOCK_STATUS *status;/* [ref] */ + struct SERVICE_LOCK_STATUS *lock_status;/* [ref] */ uint32_t *required_buf_size;/* [ref] */ WERROR result; } out; -- cgit