Changeset 466 for branches/1.2/xc_shm.c
- Timestamp:
- 2007-08-05T04:37:02+02:00 (6 years ago)
- File:
-
- 1 edited
-
branches/1.2/xc_shm.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/xc_shm.c
r163 r466 20 20 { 21 21 extern void xc_shm_mem_init(); 22 #ifdef HAVE_XCACHE_TEST 22 23 extern void xc_shm_malloc_register(); 24 #endif 23 25 extern void xc_shm_mmap_register(); 24 26 25 27 memset(xc_shm_schemes, 0, sizeof(xc_shm_schemes)); 26 28 xc_shm_mem_init(); 29 #ifdef HAVE_XCACHE_TEST 27 30 xc_shm_malloc_register(); 31 #endif 28 32 xc_shm_mmap_register(); 29 33 }
Note: See TracChangeset
for help on using the changeset viewer.

