Changeset 380 for branches/1.2/mmap.c

Show
Ignore:
Timestamp:
05/10/2007 01:20:46 AM (19 months ago)
Author:
moo
Message:

make life easier for debugging

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/mmap.c

    r334 r380  
    3232 
    3333#include "php.h" 
    34 #define XC_SHM_IMPL 
     34#define XC_SHM_IMPL _xc_mmap_shm_t 
    3535#include "xc_shm.h" 
    3636 
     
    4040 
    4141/* {{{ xc_shm_t */ 
    42 struct _xc_shm_t { 
     42struct _xc_mmap_shm_t { 
    4343    xc_shm_handlers_t *handlers; 
    4444    void *ptr;