remove lock/unlock structure elements per r771262
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771539
13f79535-47bb-0310-9956-
ffa450edef68
return APR_SUCCESS;
}
-static apr_status_t slotmem_create(ap_slotmem_t **new, const char *name, apr_size_t item_size, unsigned int item_num, apr_pool_t *pool)
+static apr_status_t slotmem_create(ap_slotmem_t **new, const char *name, apr_size_t item_size, unsigned int item_num, int type, apr_pool_t *pool)
{
ap_slotmem_t *res;
ap_slotmem_t *next = globallistmem;
&slotmem_create,
&slotmem_attach,
&slotmem_mem,
- NULL,
- NULL,
&slotmem_get,
&slotmem_put
};