mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Ensure that userland format of UDS is the same as how it is
configured, no matter how we store and use it internally. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1531962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -587,6 +587,16 @@ typedef __declspec(dllimport) const char *
|
||||
|
||||
|
||||
/* Connection pool API */
|
||||
/**
|
||||
* Return the user-land, UDS aware worker name
|
||||
* @param p memory pool used for displaying worker name
|
||||
* @param worker the worker
|
||||
* @return name
|
||||
*/
|
||||
|
||||
PROXY_DECLARE(char *) ap_proxy_worker_name(apr_pool_t *p,
|
||||
proxy_worker *worker);
|
||||
|
||||
/**
|
||||
* Get the worker from proxy configuration
|
||||
* @param p memory pool used for finding worker
|
||||
|
Reference in New Issue
Block a user