[ros-diffs] [ekohl] 45716: [SERVICES] - Copy service status only once after a control packet has been sent to a service. - Send a reply packet to the service manager after a control packet has been sent to a service.

ekohl at svn.reactos.org ekohl at svn.reactos.org
Sun Feb 28 01:50:47 CET 2010


Author: ekohl
Date: Sun Feb 28 01:50:47 2010
New Revision: 45716

URL: http://svn.reactos.org/svn/reactos?rev=45716&view=rev
Log:
[SERVICES]
- Copy service status only once after a control packet has been sent to a service.
- Send a reply packet to the service manager after a control packet has been sent to a service.

Modified:
    trunk/reactos/include/reactos/services/services.h

Modified: trunk/reactos/include/reactos/services/services.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/services/services.h?rev=45716&r1=45715&r2=45716&view=diff
==============================================================================
--- trunk/reactos/include/reactos/services/services.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/services/services.h [iso-8859-1] Sun Feb 28 01:50:47 2010
@@ -19,6 +19,11 @@
     WCHAR szArguments[1];
 } SCM_CONTROL_PACKET, *PSCM_CONTROL_PACKET;
 
+typedef struct _SCM_REPLY_PACKET
+{
+    DWORD dwError;
+} SCM_REPLY_PACKET, *PSCM_REPLY_PACKET;
+
 #endif /* __SERVICES_SERVICES_H__ */
 
 /* EOF */




More information about the Ros-diffs mailing list