https://bz.apache.org/bugzilla/show_bug.cgi?id=59333
--- Comment #22 from Rainer Jung <rainer.jung@kippdata.de> ---
(In reply to Nick Warne from comment #21)
Insert the lines which are indicated by the plus sign but without the plus sign
itself at the plave below indicated with "INSERT HERE!".
1086 /**
1087 * @brief Structure to store things which are per connection
1088 */
1089 struct conn_rec {
1090 /** Pool associated with this connection */
1091 apr_pool_t *pool;
...
INSERT HERE!
1183
1184 /** The "real" master connection. NULL if I am the master. */
1185 conn_rec *master;
1186 };
1187
Thanks,
Rainer
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|