]> granicus.if.org Git - apache/commitdiff
Undo another int type'ed port (and format a little structure for legibility).
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 30 Aug 2001 19:48:02 +0000 (19:48 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 30 Aug 2001 19:48:02 +0000 (19:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90820 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_http.c

index 3603c32b21b46bb9801e3f44912ad4b06d28f5cb..5ff0b0a44844f7d6794bd5b5eab19904f0d1051e 100644 (file)
@@ -68,11 +68,11 @@ int ap_proxy_http_handler(request_rec *r, proxy_server_conf *conf,
                           apr_port_t proxyport);
 
 typedef struct {
-    const char *name;
-    int port;
+    const char     *name;
+    apr_port_t      port;
     apr_sockaddr_t *addr;
-    apr_socket_t *sock;
-    int close;
+    apr_socket_t   *sock;
+    int             close;
 } proxy_http_conn_t;
 
 /*