(presence is odd, since this variable as an API was supposedly removed
long ago, and a similarly named static variable was removed in r1078286)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1200132 13f79535-47bb-0310-9956-
ffa450edef68
/* volatile because they're updated from a signal handler */
static int volatile shutdown_pending;
static int volatile restart_pending;
-ap_generation_t volatile ap_my_generation = 0;
static apr_status_t decrement_connection_count(void *dummy) {
apr_atomic_dec32(&connection_count);