svcctl: add SERVICE_STATUS_PROCESS to idl.
authorGünther Deschner <gd@samba.org>
Tue, 6 Jan 2009 17:58:18 +0000 (18:58 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 8 Jan 2009 10:19:12 +0000 (11:19 +0100)
Guenther

librpc/idl/svcctl.idl

index c1227597a89e779a698669d689b7ef148d235b9f..fa792c245749a439ed1b43a04013df1c3778c80f 100644 (file)
@@ -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;