On Apr 3, 2011, at 9:36 AM, Ruediger Pluem wrote: >> @@ -436,6 +443,7 @@ static apr_status_t slotmem_attach(ap_sl >> res = (ap_slotmem_instance_t *) apr_pcalloc(gpool, >> >> sizeof(ap_slotmem_instance_t)); >> res->name = apr_pstrdup(gpool, fname); >> + res->fbased = 1; >
Basically, fbased is simply a flag to determine whether or not the apr_shm_create() used a real name or NULL.