summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2009-05-06 15:39:31 +0200
committerRainer Jung <rjung@apache.org>2009-05-06 15:39:31 +0200
commit8a9058ef153edcc4077b8ed8dad6b0cf097480af (patch)
tree06e05ca7305f86b8b190889854437ad13fb7cfae /server
parentsimple formatting line-wrap/no functional changes (diff)
downloadapache2-8a9058ef153edcc4077b8ed8dad6b0cf097480af.tar.xz
apache2-8a9058ef153edcc4077b8ed8dad6b0cf097480af.zip
Move comment block closer to related function.
No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@772249 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r--server/mpm/winnt/service.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/server/mpm/winnt/service.c b/server/mpm/winnt/service.c
index 93f38abbe7..2231b06b49 100644
--- a/server/mpm/winnt/service.c
+++ b/server/mpm/winnt/service.c
@@ -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)
{