Changeset 979 for trunk/xc_shm.h

Show
Ignore:
Timestamp:
07/16/2012 10:41:38 AM (10 months ago)
Author:
moo
Message:

closes #2: auto disable on crash

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xc_shm.h

    r393 r979  
    66struct _xc_shm_t { 
    77    const xc_shm_handlers_t *handlers; 
     8    zend_bool disabled; 
    89}; 
    910#define XC_SHM_IMPL _xc_shm_t