]> granicus.if.org Git - apache/commitdiff
Move comment block closer to related function.
authorRainer Jung <rjung@apache.org>
Wed, 6 May 2009 13:39:31 +0000 (13:39 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 6 May 2009 13:39:31 +0000 (13:39 +0000)
No functional change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@772249 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/service.c

index 93f38abbe71443c324d0da1301faf3c6f662ccb3..2231b06b49f1b0cdb56882b41ff599391a2f48fa 100644 (file)
@@ -87,16 +87,6 @@ apr_status_t ap_registry_get_server_root(apr_pool_t *p, char **buf)
 }
 
 
-/* The service configuration's is stored under the following trees:
- *
- * HKLM\System\CurrentControlSet\Services\[service name]
- *
- *     \DisplayName
- *     \ImagePath
- *     \Parameters\ConfigArgs
- */
-
-
 /* exit() for Win32 is macro mapped (horrible, we agree) that allows us
  * to catch the non-zero conditions and inform the console process that
  * the application died, and hang on to the console a bit longer.
@@ -444,6 +434,16 @@ DWORD WINAPI service_nt_dispatch_thread(LPVOID nada)
 }
 
 
+/* The service configuration's is stored under the following trees:
+ *
+ * HKLM\System\CurrentControlSet\Services\[service name]
+ *
+ *     \DisplayName
+ *     \ImagePath
+ *     \Parameters\ConfigArgs
+ */
+
+
 apr_status_t mpm_service_set_name(apr_pool_t *p, const char **display_name,
                                   const char *set_name)
 {