From 60c10a153a4e6c6cb2adf6c649b57a12f51dea26 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 6 Jan 2009 18:58:18 +0100 Subject: svcctl: add SERVICE_STATUS_PROCESS to idl. Guenther --- librpc/idl/svcctl.idl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'librpc/idl') 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; -- cgit