Changeset 1135 for trunk/xcache/xc_shm.c
- Timestamp:
- 08/09/2012 11:04:02 AM (9 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
xcache/xc_shm.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
trunk/xcache/xc_shm.c
r982 r1135 23 23 void xc_shm_init_modules() /* {{{ */ 24 24 { 25 extern void xc_ shm_mem_init();25 extern void xc_allocator_init(); 26 26 #ifdef HAVE_XCACHE_TEST 27 27 extern void xc_shm_malloc_register(); … … 30 30 31 31 memset(xc_shm_schemes, 0, sizeof(xc_shm_schemes)); 32 xc_ shm_mem_init();32 xc_allocator_init(); 33 33 #ifdef HAVE_XCACHE_TEST 34 34 xc_shm_malloc_register();

