From 8a9058ef153edcc4077b8ed8dad6b0cf097480af Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Wed, 6 May 2009 13:39:31 +0000 Subject: [PATCH] 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 --- server/mpm/winnt/service.c | 20 ++++++++++---------- 1 file 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) { -- 2.50.1