diff options
author | Günther Deschner <gd@samba.org> | 2009-01-06 18:58:18 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-01-08 11:19:12 +0100 |
commit | 60c10a153a4e6c6cb2adf6c649b57a12f51dea26 (patch) | |
tree | 2a30872d7330dfcfeab4ba990da44b87a4e7d444 /librpc | |
parent | 55da3807d744c3e53e1cae6021357afd6fa0329d (diff) | |
download | samba-60c10a153a4e6c6cb2adf6c649b57a12f51dea26.tar.gz samba-60c10a153a4e6c6cb2adf6c649b57a12f51dea26.tar.bz2 samba-60c10a153a4e6c6cb2adf6c649b57a12f51dea26.zip |
svcctl: add SERVICE_STATUS_PROCESS to idl.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/svcctl.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/librpc/idl/svcctl.idl b/librpc/idl/svcctl.idl index c1227597a8..fa792c2457 100644 --- a/librpc/idl/svcctl.idl +++ b/librpc/idl/svcctl.idl @@ -28,6 +28,12 @@ import "misc.idl", "security.idl"; uint32 wait_hint; } SERVICE_STATUS; + typedef [public] struct { + SERVICE_STATUS status; + uint32 process_id; + uint32 service_flags; + } SERVICE_STATUS_PROCESS; + typedef struct { [relative] astring *service_name; [relative] astring *display_name; |