Changeset 1199 for trunk/mod_cacher/xc_cacher.c
- Timestamp:
- 12/17/2012 11:18:22 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/mod_cacher/xc_cacher.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mod_cacher/xc_cacher.c
r1194 r1199 2656 2656 CHECK(cache->cached->phps = allocator->vtable->calloc(allocator, hphp->size, sizeof(xc_entry_data_php_t*)), "phps OOM"); 2657 2657 } 2658 CHECK(cache->lck = xc_lock_init(NULL ), "can't create lock");2658 CHECK(cache->lck = xc_lock_init(NULL, 0), "can't create lock"); 2659 2659 2660 2660 cache->hcache = hcache;

