You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2011/12/03 22:56:11 UTC

svn commit: r1210023 - /httpd/httpd/branches/2.4.x/include/ap_mmn.h

Author: minfrin
Date: Sat Dec  3 21:56:11 2011
New Revision: 1210023

URL: http://svn.apache.org/viewvc?rev=1210023&view=rev
Log:
mod_proxy: Note that proxy_lb_workers was removed from the public API.

Modified:
    httpd/httpd/branches/2.4.x/include/ap_mmn.h

Modified: httpd/httpd/branches/2.4.x/include/ap_mmn.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/ap_mmn.h?rev=1210023&r1=1210022&r2=1210023&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/include/ap_mmn.h (original)
+++ httpd/httpd/branches/2.4.x/include/ap_mmn.h Sat Dec  3 21:56:11 2011
@@ -382,7 +382,7 @@
  *                         ap_proxy_is_word(), ap_proxy_hex2sec(),
  *                         ap_proxy_sec2hex(), ap_proxy_make_fake_req(),
  *                         ap_proxy_strmatch_path, ap_proxy_strmatch_domain,
- *                         ap_proxy_table_unmerge().
+ *                         ap_proxy_table_unmerge(), proxy_lb_workers.
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */