summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/svcctl.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-05-31 15:46:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:01 -0500
commiteec5e026adb176ad48b1ebcb0ddf71bbb609ad95 (patch)
treebe895acdbe28c03505a9ad61a05b2edd0111ee4e /source3/librpc/gen_ndr/svcctl.h
parentde51cbadfcac86fed062dbe728d3fa96435d1320 (diff)
downloadsamba-eec5e026adb176ad48b1ebcb0ddf71bbb609ad95.tar.gz
samba-eec5e026adb176ad48b1ebcb0ddf71bbb609ad95.tar.bz2
samba-eec5e026adb176ad48b1ebcb0ddf71bbb609ad95.zip
r23269: Regenerate svcctl files after IDL fixes
(This used to be commit 92c505bf7f15a79c6e32a38b2d218f65b0283507)
Diffstat (limited to 'source3/librpc/gen_ndr/svcctl.h')
-rw-r--r--source3/librpc/gen_ndr/svcctl.h12
1 files changed, 6 insertions, 6 deletions
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;